Top "Android-manifest" questions

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

How to fix "unexpected element <queries> found in <manifest>" error?

All of a sudden, I am getting this build error in my Android project: unexpected element <queries> found …

android flutter android-gradle-plugin android-manifest manifest
Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the 'net, and have it passed …

android android-intent android-manifest
Android EditText Transparent Background

I want to have a transparent background for Android EditText widget. How is that possible?

android android-emulator android-widget android-manifest
Android error "unable to find explicit activity class"

I have an android project with several packages. The structure of the packages in this case is com.WAPP.SetLocation …

android android-activity android-manifest
Android intent filter: associate app with file extension

I have a custom file type/extension that I want to associate my app with. As far as I know, …

android android-manifest intentfilter
How can I add my application's shortcut to the homescreen upon app installation?

I want to create my app's shortcut/launcher icon on the homescreen as soon as I install my app (even …

android android-manifest launcher homescreen
Android X: tools:replace specified at line: for attribute, but no new value specified

I have tried many solutions on this website but still, the problem is not solved. The issue is due to …

java android android-gradle-plugin android-manifest androidx
I am trying to test android deep link urls through adb to launch my app

When I type the command in adb: ./adb shell am start -W -a android.intent.action.VIEW -d "example:gizmos" …

android android-manifest adb deep-linking
"Protected Apps" setting on Huawei phones, and how to handle it

I have a Huawei P8 with Android 5.0 that I'm using for testing an app. The app needs to be running …

android android-manifest
Integrate ZXing QR code scanner without installing BarCode Scanner

I am trying to Integrate ZXing QR Code into my android app without installing BarCode Scanner app, I have followed …

android android-manifest qr-code android-library