Top "Android-manifest" questions

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

Resume the Top Activity instead of starting the Launcher Activity

I have two activities in My application, one being launcher and the other is launched as a explicit call from …

android android-intent android-manifest android-activity
Setting drawable folder to use for different resolutions

I have 4 different sizes for each of the icons I need to use in my app. The problem is My …

android android-manifest android-drawable android-screen-support android-screen
How to programmatically check availibilty of internet connection in Android?

I want to check programmatically whether there is an internet connection in Android phone/emulator. So that once I am …

java android android-emulator android-manifest internet-connection
How to launch app on click of url in android

Launch app when click on url if app installed on device. if app not installed on device, open playstore. <…

android android-manifest manifest launch
Designing Android apps for tablets

In the Play developer console it says: Your APK does not seem to be designed for tablets But I have …

android google-play android-manifest tablet
Warning: Exported activity does not require permission

I recently created a project and added a splash and a main activity. I edited the manifest file and added …

android android-layout android-manifest
Android: automatically choose debug/release Maps v2 api key?

I'm using Google Maps v2 API in my project. In Google Maps v2 the debug/release API key is defined …

android google-maps key android-manifest google-maps-android-api-2
SearchView hint not showing

I'm trying to display hint text in a search view in my Main Activity. The onqueryTextSubmit launches another activity called …

android android-manifest searchview
How to use the new manifest merger (of Android Studio and Gradle)?

Background In the past, when Eclipse&ADT were the official tools to develop for Android, you could simply use "…

android android-studio android-manifest manifest-merging
Warning about <uses-sdk> in Manifest?

I'm getting a warning on my in the Manifest. <uses-sdk> tag should specify a target API level (the …

android warnings android-manifest manifest