Top "Android-manifest" questions

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

How to add manifest permission to an application?

I am trying to access HTTP link using HttpURLConnection in Android to download a file, but I am getting this …

android exception android-manifest
How to get the build/version number of your Android application?

I need to figure out how to get or make a build number for my Android application. I need the …

android android-emulator android-manifest
How to change an Android app's name?

Is there a way to change the name (Launcher App Label) of an app without creating a new project? Note: …

android android-manifest
How to Disable landscape mode in Android?

How can I disable landscape mode for some of the views in my Android app?

android android-manifest android-orientation
How to view AndroidManifest.xml from APK file?

Is it possible to view Androidmanifest.xml file? I just changed the extension of the apk file to zip. This …

android xml apk android-manifest aapt
Adding Permissions in AndroidManifest.xml in Android Studio?

In Eclipse we were able to add permissions in AndroidManifest.xml by going to AndroidManifest.xml->Permission-> Adding …

android permissions android-manifest
Error type 3 Error: Activity class {} does not exist

I have an IntelliJ Android project, that I successfully imported to Android Studio 0.4.0. It works perfectly if I don't change …

android android-studio android-manifest
How to change Android version and code version number?

How to change Android version and code version number Android Studio? I want to change apk file (app) on Google …

android google-play android-manifest
How do you use Intent.FLAG_ACTIVITY_CLEAR_TOP to clear the Activity Stack?

I've read through several posts about using this, but must be missing something as it's not working for me. My …

java android android-intent android-activity android-manifest
How to parse the AndroidManifest.xml file inside an .apk package

This file appears to be in a binary XML format. What is this format and how can it be parsed …

android android-manifest