Top "Android-manifest" questions

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

Get rid of "Exported service does not require permission" warning

I'm looking for a solution to get rid of the warning. I don't understand even why it appears. I took …

android android-activity warnings android-manifest android-service
How to add more than one `tools:replace` in Android Manifest Application?

I'm using a library that has the below in its Manifest. <application android:allowBackup="true" android:label="@string/app_…

android android-manifest
broadcast receiver won't receive camera event

I'm trying to make an app that detects when a user takes a photo. I set up a broadcast receiver …

android android-manifest android-camera android-camera-intent
Can not find Symbol Manifest.permission.WRITE_EXTERNAL_STORAGE on v23

I am compile code with following build.gradle file android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.example" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" …

android android-manifest android-permissions
In AndroidManifest: Expecting android:screenOrientation="unspecified"

Android Studio 3.6. I want my app to be always in portrait mode. So in my AndroidMainfest.xml: <activity android:…

android android-manifest screen-orientation
How to get Direction in Android (Such as North, West)

I am new in Android and I want to get direction according to my camera. How can I get direction …

android android-manifest compass-geolocation
How to send a custom broadcast action to receivers in manifest?

MyReceiver.java public class MyReceiver extends BroadcastReceiver { @Override public void onReceive(final Context context, final Intent intent) { Log.i("MyReceiver", "…

android broadcastreceiver android-manifest android-broadcast
Start activity on boot

I'd like to start my app just after the phone boot. Apparently the app is started after the boot but …

android android-manifest boot
Failure INSTALL PARSE FAILED MANIFEST MALFORMED

I am getting a strange issue while installing application. When I compiling my project there is no error but when …

android android-manifest phonegap-build android-logcat