Top "Android-manifest" questions

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

Lock or turn off the screen programmatically

I want to turn off / lock the screen of my device programmatically. For the moment, when I try : DevicePolicyManager mDPM = (…

android android-manifest android-securityexception
Android: why did the Alarm notification stop after system reboot

I am developing an android application that should fire an alarm five times a day: - the times in each …

android android-manifest broadcastreceiver alarmmanager android-alarms
error: unknown element <intent-filter> found after upgrading to android 3.1

Today I upgraded to Android Studio 3.1.4 and I have the first error The option 'android.enableAapt2' is deprecated and …

android android-manifest aapt2
Activity exported=false listed in activity chooser

I have two similar applications (one free, one paid). An activity is defined with exported="false" <activity android:name=".…

android android-intent android-activity android-manifest android-implicit-intent
How to reference an icon from a Library Project in Application's AndroidManifest.xml

I am trying to use the same application icon for all applications derived from a Library Project. I thought that …

android android-manifest android-library library-project
How to extend application class in xamarin android

I want to extend the Android application and I want to override oncreate method. But for some reason its been …

c# xamarin xamarin.android android-manifest android-application-class
Specifying Android Market RAM in the Manifest

some people continue to download and install our HD game on phones that have 100MB of RAM and give us …

android android-manifest google-play android-market-filtering
Why are permissions being automatically added to my AndroidManifest when including Google Play Services library

I noticed that the following permissions were automatically added when i use the following in my build.gradle file compile …

android admob android-manifest google-play-services android-permissions
Label attribute in AndroidManifest.xml

I have a manifest with its label declared so the launcher label is different from the Main Activity (the one …

android label android-manifest motorola app-launcher