Top "Android-manifest" questions

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

Android - Adding at least one Activity with an ACTION-VIEW intent-filter after Updating SDK version 23

I am getting the following tool tip in AndroidManifest.xml: App is not indexable by Google Search; consider adding at …

android android-intent android-manifest
versionCode vs versionName in Android Manifest

I had my app in the android market with version code = 2 and version name = 1.1 However, while updating it today, I …

android version android-manifest google-play
Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)

In manifest not added android.permission.READ_PHONE_STATE. permission. Why error comes when I upload a new apk version …

android android-studio permissions android-manifest google-developers-console
How to show one layout on top of the other programmatically in my case?

My main layout main.xml simply contains two LinearLayouts: The 1st LinearLayout hosts a VideoView and a Button, The 2nd …

android android-layout android-emulator android-widget android-manifest
Get Android .apk file VersionName or VersionCode WITHOUT installing apk

How can I get programmatically get the version code or version name of my apk from the AndroidManifest.xml file …

android android-manifest apk
How can you get the Manifest Version number from the App's (Layout) XML variables?

I would like to have a way to reference the project's manifest version number in the main part of the …

android android-manifest android-xml
Android open pdf file

I'm developing an Android application and I have to open some files. This is my code using intent: public class …

android file pdf android-manifest
Sending and Receiving SMS and MMS in Android (pre Kit Kat Android 4.4)

I have figured out how to send and receive SMS messages. To send SMS messages I had to call the …

android sms broadcastreceiver android-manifest mms
About the Full Screen And No Titlebar from manifest

I want to set my application to full screen view. I got the idea to set it in an individual …

android android-manifest android-fullscreen
How to set different label for launcher rather than activity title?

This question has been asked before - but with no satisfying answer at all! So I'm trying it again. I …

android label android-manifest titlebar launcher