Top "Android-manifest" questions

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

Add android:name="something" to AndroidManifest.xml "application" tag from Cordova plugin.xml

I decided to open new question because none of those that are already posted, has a good answer. I need …

android cordova android-manifest cordova-plugins
Android manifest.xml

I'm working on the Tabs example from Google Android Developers site (http://developer.android.com/resources/tutorials/views/hello-tabwidget.html) …

android tabs android-manifest tabview
Android Deeplinking not working with multiple schemes

I am stuck with the following scenario. I defined the following deep link intent filters in the AndroidManifest.xml Expected …

android android-activity android-manifest intentfilter deep-linking
Where does android.max_aspect meta make difference?

A recent blog explains that we must use <meta-data android:name="android.max_aspect" android:value="2.1" /> in <…

android android-manifest android-screen-support
How to launch my Android application using adb shell?

I'm trying to start an Android application using adb shell. I'm not succeeding The AndoridManifest.XML is pasted below: <?…

android shell android-manifest adb launching-application
Difference Between uses-permission-sdk-23 and uses-permission?

I just come to know newer tag in android manifest file called "uses-permission-sdk-23" <uses-permission-sdk-23 android:name="android.permission.CAMERA" /&…

android android-manifest manifest
Android - how to make my app default sms app programatically

I am developing an sms blocking app. Which is working fine up to Jelly-Bean. And its not working from Kitkat …

java android broadcastreceiver android-manifest smsmanager
android.content.ActivityNotFoundException, unable to start activity

I have a problem with the Manifest of my Application. Clicking on a button on Main activity I want to …

android android-activity android-manifest activitynotfoundexception
Is it possible to register two actions within one <intent-filter> for Activity

I wanted to register my launcher activity so it could be started by both clicking on icon and opening link …

android android-manifest intentfilter
GPS Manifest: GPS in App is optional, want to make it available to GPS less devices too

On uploading my App onto the market today, I saw that it is only available to devices with GPS, so …

android gps android-manifest