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

learn more… | top users | synonyms

1
vote
0answers
17 views

how can I instruct Eclipse to search for my AndroidManifest.xml file in another folder?

I would like to configure Eclipse to search the AndroidManifest.xml file in another location than the default one. My current location for AndroidManifest.xml is in src/main and Eclipse is expecting ...
-1
votes
2answers
34 views

Cannot instantiate class error

This is the android manifest: <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="11" /> <application android:allowBackup="true" ...
2
votes
1answer
31 views

Open activity in normal mode AND as dialog

I have an activity which i want to open with multiple styles. There shall be a menu option to open it as a normal activity, but also the open to open it as a dialog-styled activity from another ...
0
votes
1answer
22 views

Malformed android manifest violating terms

I just got an email from Google Play, notifying me that my app will be removed as "we have determined that your app has a malformed AndroidManifest.xml file which may make it difficult for users to ...
0
votes
0answers
26 views

Splash Screen does not appear in Ice cream sandwich

My splash screen does not show in above gingerbread versions like in ics(4.0.3) and also in jelly bean(4.2.2). Look at my code see if u find something not following proper coding. Here is my ...
0
votes
0answers
4 views

How to add theme to an activity other then default

I have a default theme which i defined in AndroidManifest.xml under application tag. For all the activity I want the same theme but one of the activity i want different theme. <application ...
0
votes
1answer
16 views

Add images to android Action bar that aren't action items

I want to add 2 little icons that will sometimes appear on the action bar. These icons won't be clickable though so I don't want to add them as an action item. What ways can I do this?
0
votes
1answer
64 views

Android Studio Manifest Missing Error

I'm trying to figure out what I've done to my project. I recently added ActionBarSherlock to my project under the main project/library/ActionBarSherlock. When I did that something happened to my ...
0
votes
2answers
30 views

Removing <uses-feature> doesn't remove it from for Google Play

I am developing an app for Android, and, after uploading it to Google Play, I realised that I was not depending on a <uses-feature> anymore, so I removed it. To be more specific, I was coding a ...
0
votes
1answer
50 views

Modified AOSP app launcher asks complete action using?

For a test, I've modified the AOSP "Music" app a little. In the manifest, I've made the following changes: Change package name from "com.android.music" to "com.android.mymusic" Change android:label ...
1
vote
3answers
78 views

Google maps no empty tiles, no map, no LogCat errors. Map API V2 6/2013

My map wont show up. I DONT even get a map grid nor any error messages in the Log Cat. I do not get any type of “Failed to authenticate via google api” or anything like that (which makes me believe ...
0
votes
1answer
23 views

Declaring library activity in manifest

I seem to have some problems with declaring an android activity from a different package (imported jar library in the libs folder) in my applications manifest... The libraries package is ...
0
votes
1answer
16 views

how to launch own application when user open browoser

I want to start up own android application when user click the browser,such as user access wap.sohu.com in UC Web,Chrome etc. some tips regarding add data element in Mainifest.xml. but it is not I ...
0
votes
0answers
13 views

Manifest merging in Android Studio

Is there any way to use ADT's manifest merging feature (manifestmerger.enabled=true in project.properties) in Android Studio?
1
vote
1answer
32 views

Intent Extras of GCMIntentService is not passed

I coded GCMIntentService but called Activity cannot get the Extras. @Override protected void onMessage(Context context, Intent intent) { Intent resultIntent = new Intent(this, ...
0
votes
1answer
20 views

What is this android.permission.STATUS_BAR_SERVICE used for? And what is the difference between uses-permission and permission?

I want to know more about this permission and its signature level? <permission android:name="android.permission.STATUS_BAR_SERVICE" android:protectionLevel="signature" /> Like ...
0
votes
1answer
47 views

How to launch root activity(Restart Application) using home key in Android?

I want to launch the root activity once app is maximized using home key(Previously it is minimized using home key). I've tried to set android:clearTaskOnLaunch="true" on my root activity(Splash) but ...
0
votes
0answers
15 views

RuntimeException:doinbackground() due to contentprovider in android application

I am having a hard time in getting this error resolved. It seems that my android application is not running because of its wrong declaration in android manifest file because when I remove the ...
-2
votes
5answers
32 views

android noclassdeffoound error [closed]

This is my splash screen activity im trying to display a particular image for a period of time and when it is supposed to go to the second class it gives me an error as no classdeffounderror ...
0
votes
2answers
33 views

Unable to instantiate activity ComponentInfo error (Checked Manifest)

Hey guys I was running my app in an emulator but I ran into an error that caused the application to crash whenever I selected a list item. The error log I got was: 06-07 17:41:50.150: ...
0
votes
3answers
70 views

My Android app splash screen launches in the android emulator, but then the actual app never shows

When i try to run my app, the splash screen comes up correctly, and right after it closes, a message pops up that says "Unfortunatly, First app has stopped working" I've tried a ton of different ...
0
votes
1answer
51 views

Why my app is not compatible with some devices?

I don't understand why my app is not compatible with many devices, in fact 479, between them Nexus 7, Samsung Galaxy III, Xtouch X405... I have tried many configurations in the manifest file but I ...
0
votes
1answer
42 views

How to recieve twitter oauth token?

Request OAuth (when twitter button cliked) final String TW_CALLBACK_URL_STRING = "http://test.com/callback"; final Uri TW_CALLBACK_URI = Uri.parse(TW_CALLBACK_URL_STRING); ...
0
votes
1answer
23 views

Camera resultCode returns 0

I am trying to include a camera in my app that saves the files locally on the SD card. The camera application starts, but the resultCode is always 0. I have added the following permissions to my ...
0
votes
1answer
8 views

Android: Fix soft input keyboard on screen

In an activity can you fix the android keyboard, so that it cannot be closed? I've tried setting the windowSoftInputMode attribute in the AndroidManifest.xml to stateAlwaysVisible, but the keyboard ...
0
votes
1answer
28 views

How to create Android library jar if not using resources?

I am creating an Android library, and I would like to create a distributable jar without revealing source code. The library does not use resources like layouts, images, etc. I understand that I can ...
0
votes
0answers
15 views

Disable app downloads by devices with physical keyboards

I have an android app that disables the use of soft keyboard as it has it's own soft keyboard for use. but it is still downloadable by android devices with physical keyboards and they can input into ...
0
votes
2answers
123 views

Adding Permissions in AndriodManifest.xml in android Studio ?

In eclipse we were able to add permissions in androidmanifest.xml by going to androidmanifest.xml->Permission-> Adding permissions. How to add permissions in android studio ?How can we get a list ...
0
votes
0answers
46 views

SecurityException: Not allowed to start service Intent without permission

I have a library called com.example.library, containing a service called com.example.library.http.RestService. The library's manifest contains these elements: <uses-permission ...
0
votes
3answers
37 views

Keyboard popup for editText should not push the UI and draw on top

After searching many related threads , i am posting this question . My problem is that when i click on the editText box the Keyboard popup pushes the UI and the keyboard draws at the bottom rather i ...
0
votes
1answer
47 views

Using ActionBar Sherlock with intellij through maven. @style/Theme.Sherlock in AndroidManifest.xml does not match

Just trying the simplest thing to use ActionBar Sherlock in an Android app using IntelliJ 12. I've read in other post and blogs and people keep dowloading ABS' source and mavenizing it ( complaining ...
0
votes
4answers
38 views

How to redirect User from Gallery TO my application in ANdroid?

When user taps gallery button I want user to redirect to my application's activity which will ask the user to enter password and then redirect user back to gallery .. I want to know which permissions ...
0
votes
1answer
29 views

ViewPager runs slower on the same device while changing minimum SDK version

I've noticed a strange behavior of a viewpager when launching it on a device running Android 4.1. When I declare minSdkVersion 15 or 16 in the app manifest file the viewpager paging transitions run ...
-1
votes
1answer
30 views

Android Manifest file customization [closed]

It's possible to customize an Android manifest file so that: LDPI devices must be excluded Camera with low resolution (320X240) must be excluded? Tablet devices must be excluded? If yes? how? ...
0
votes
1answer
29 views

Launch application from adb without knowing intent, package, and activity

As a part of a research project, I'm doing method profiling work on a bunch of android applications identified as having malicious code in them. To automate the process, I've made a batch file and a ...
0
votes
0answers
27 views

How to read/parse a binary AndroidManifest.xml in android program

I have a binary AndroidManifest.xml on sdcard which i want to parse and read the content of it in my Android application . I have already learnt about parsing on desktop using AXMLPrinter.jar, but i ...
0
votes
2answers
45 views

set application default android

I have an android media player application and I want to set that default after installation . How can i do it? I am posting its manifest below . Any code will be appreciated . <manifest ...
3
votes
1answer
183 views

How to Install the same app twice without interference

I have an Android app (let's called X), I want to create a second app X2 but based on the other app. So I changed the manifest application name property to X2 also I changed the package name...but ...
0
votes
1answer
72 views

I can't install apk from eclipse

I've installed eclipse in a new computer with windows 8, I've copy the workspace from my old PC and now I can open the projects and work with them normally, but when I try to install the apk in a ...
0
votes
2answers
53 views

APK file missing

I was creating a simple android application on sudoku. One day i found that my APK file was missing. Is there anyway to restore it by any means? I have tried "retore from local history","changing the ...
0
votes
2answers
79 views

Fullscreen Mode using ActionBarSherlock on Devices running API <11

Is there a way to go in fullscreen mode using ActionBarSherlock on Devices running API <11? Further Information: My app is using ActionBarSherlock and while testing on different devices i ...
0
votes
2answers
31 views

Getting Title Bar on specific Activity when Theme.NoTitleBar is applied to application

Suppose I have an android app with android:theme="@android:style/Theme.NoTitleBar" applied to the application element in the manifest. Is it possible, for a specific activity, to deviate from this ...
0
votes
2answers
49 views

i want to obfuscate AndroidManifest.xml with Proguard

Can i obfuscate AndroidManifest.xml file with Proguard? i think write to source code in my proguard.config file. (-adaptresourcefilenames AndroidManifest.xml) but it wasn't work.
0
votes
3answers
51 views

Application not loading after Splash screen

I am having an issue where the application does not load after including the Splash screen to the application. This is the code for the SplashScreen.java & the Manifest file. I am not sure what I ...
2
votes
0answers
34 views

How fragment set the attribute “windowSoftInputMode”

I want to achieve the function which allow the editview comes above the softinput keyboard without the edittext twinkles(The Google plus's edittext has somekind twinkles). Using activity,I can set ...
1
vote
0answers
55 views

Android Manifest Uses Permissions Vs Android Device Specifications

Is there any way to check why my Android application doesn't show in Play Store on some devices such as Samsung Galaxy S Duos, Samsung Ace Plus and Micromax A110 etc. ? While I can install my app via ...
0
votes
2answers
30 views

What is the purpose of a receiver for APPWIDGET_UPDATE

I'm working on an Android app written by someone no longer with the company, and not understanding what the purpose is of creating a receiver for AppWidget updates. The manifest has the main activity ...
7
votes
2answers
184 views

WebView/Phonegap change select (dropdown) style

In my AndroidManifest.xml file I set up the theme to be Holo.Light (or even Holo) The alert dialog are being designed according to the Holo Theme (either light or dark) but the dropdowns (select) are ...
0
votes
1answer
96 views

Android App works on Eclipse Emulator but Play Store says my device is not compatible

I'm programmming an App that works fine when I run it on the emulator with Android 2.2, also I execute the .apk in my tablet Galaxy Tab2 Android 4.0.3 and works fine too. Then, I sign the App and put ...
0
votes
1answer
105 views

Encode/Decode AndroidManifest.xml inside APK

I'm using ApkTool to decode AndroidManifest.xml inside an APK file and it works perfectly but how can I encode it again ,the same way it was encoded before, after applying some changes? For example ...

1 2 3 4 5 35