Skip to main content

Questions tagged [android-manifest]

The manifest presents essential information about the application to the Android system

android-manifest
0 votes
0 answers
5 views

How to remove the reconfigure button from android (glance) widget

I want to have a glance widget that can be resized, but doesn't provide any additional configuration, and thus I don't want this "Reconfigure button". If I remove android:widgetFeatures=&...
Genix's user avatar
  • 182
0 votes
1 answer
18 views

Android: Two launcher icon for two different Acitvities

What is correct method to create two launcher icons for towo activities? I tried it like this: <activity android:name=".SettingsActivity" android:exported="true&...
Michal's user avatar
  • 3,612
0 votes
0 answers
14 views

Flutter: DeepLink with Go_Router and firebase hosting not working

Based on what Flutter Deep linking doc describes, I have implemented DeepLink with Go_Router. I have configured Android Manifest as Set up app links for Android and I have configured App Links ...
foseja's user avatar
  • 301
0 votes
1 answer
46 views

How to make an App to the default phone app

I am new to Android app development. So I'm wondering what I need to do to make my app the default phone app. If anyone can help me I would be very grateful Best regards Raphael Schneider A photo of ...
Raphael Schneider's user avatar
0 votes
0 answers
20 views

How to create a solid colour Android launcher screen?

Before my blank activity is active, the launcher screen very briefly appears. It's the default android icon. I want to change this to a solid colour. I'm targeting android SDK 33. I understand things ...
mmm111mmm's user avatar
  • 3,915
0 votes
0 answers
57 views

androidx.profileinstaller.ProfileInstallReceiver is found on release build with android:exported="true". Does it create any security issue?

When I analyze my Manifest file of my apk, I found that androidx.profileinstaller.ProfileInstallReceiver is added with android:exported="true". The receiver is not present on my merged ...
user3135923's user avatar
1 vote
1 answer
37 views

My Kotlin App Does Not Appear When I Try to Share an Image from Google

I'm learning Kotlin by watching some tutorials on the internet. I tried to receive images in my app by going to Google and selecting "Share Image," but my app does not appear as an option. I'...
Matheus Strilicherk's user avatar
-1 votes
0 answers
8 views

CallScreeningService ignores contacts (READ_CONTACTS granted)

Reading the official documentation CallScreeningService will not be passed incoming calls if the number is saved as a contact, unless your app has the READ_CONTACTS permission and of course the ...
Jason 'Slingshot' Miller's user avatar
-1 votes
0 answers
23 views

Manifest merger failed with multiple errors. BUILD FAILED

I have the error "Manifest merger failed with multiple errors, see logs". I have been trying to fix this error for 2 days now. I read a lot of documentation. but no result. that's the error ...
Azimjon Xolmirzayev's user avatar
0 votes
0 answers
29 views

How to fix error: API key not found. Check that <meta-data android:name.....> is in AndroidManifest.xml

I'm new to react native/expo SDK 51 and trying to create a build for android atm I see there are other questions similar to this which add the key to AndroidManifest.xml file but that file gets wiped ...
Kumar's user avatar
  • 11.2k
-1 votes
0 answers
33 views

ForegroundService: onScreenCall not called

I'm trying to code my first test app, so I don't really have all the strings in Android/Java programming coming from C#/PHP and others. What I want to achieve is a screening service who blocks ...
Jason 'Slingshot' Miller's user avatar
0 votes
0 answers
45 views

Google Play Protect Warning: "This app tries to spy on your personal data, such as SMS messages, photos or call history." How to Resolve?

I'm encountering a serious issue with my app on the Google Play Store. After uploading my app, users are receiving the following Google Play Protect warning: "This app tries to spy on your ...
Manish Ahire's user avatar
0 votes
0 answers
64 views

Incorrect package="com.worldit.english" found in source AndroidManifest.xml In Expo EAS

We've been developing the app in React-Native. The problem that we got while building in Expo is Execution failed for task ':app:processReleaseMainManifest'. > Incorrect package="com.worldit....
Dima Sribnyj's user avatar
0 votes
1 answer
39 views

Application cannot be installed because of multiple FileProviders

I have 2 product flavors defined in my build.gradle and i created 2 different fileproviders for each flavor. It seems to cause conflicts when i install another app flavor on the device. The error i ...
kpwn Apps's user avatar
  • 497
0 votes
0 answers
24 views

In Android, for binary files what is the exact mime type should be set?

I am trying to do file-associations for my Android Application. The file type that I am using is a binary file with our own custom-extension. (Example: *.abc) Expectation is that user should be able ...
Rohan Pande's user avatar

15 30 50 per page
1
2 3 4 5
406