Questions tagged as 'android-manifest'

1
answer

How to detect if the system supports hardware acceleration?

I currently do this so that one of my activity which requires acceleration to work: <application android:hardwareAccelerated="true"> <activity ... /> <activity android:hardwareAccelerated="false" /> </applic...
asked by 08.11.2016 / 16:29
2
answers

Configure "Activity" hierarchy in "AndroidManifest"

I'm trying to understand how can I set a Activity to return to Activity earlier in AndroidManifest ?     
asked by 28.10.2014 / 00:00
1
answer

Application icon does not appear

I'm making an application, but when I install it on my phone, the icon does not appear. I have no idea what it might be, ic_laucher is in the drawable folders. What can it be? Manifest <application android:allowBackup="t...
asked by 09.02.2015 / 23:27
1
answer

AndroidManifest with multiple tag application

I need to use the PARSE and VOLLEY libraries in an Android APP, but both need to be declared in the TAG Application, in AndroidManifest , but I noticed that there could only be one TAG Application in a AndroidManifest , does anyone h...
asked by 26.11.2014 / 12:22
1
answer

Error in Manifest after upgrading from Android Studio to version 1.4

I'm starting on Android now and I had not encountered this error previously, I've tried to see other projects but still the error persists, I'd like to know what's causing the error and how to resolve it.     
asked by 27.10.2015 / 01:31
2
answers

Error message (Error: Execution failed for task ': app: processDebugManifest')

When I try to emulate the application I'm developing, the following error appears.    Error: Execution failed for task ': app: processDebugManifest'.       Manifest merger failed: uses-sdk: minSdkVersion 3 can not be smaller than version 9 d...
asked by 30.05.2015 / 23:57
1
answer

How does the allowBackup tag work?

Write to the user device with getSharedPreferences("config" ,Context.MODE_PRIVATE) login name and some application settings. Does not the allowBackup tag as true imply saving only this information? When does backup / r...
asked by 30.09.2016 / 17:02
1
answer

How to spice out the sequence of activities to start?

Hello. I have a doubt. I have an APP in which 8 Activities, including a Splash Screen Activity that displays my logo and then enters my APP. The Splash Screen is set to default, but I need to set another Activity to be started after the scree...
asked by 18.09.2017 / 20:43
2
answers

List my app in the list of programs that can open a document

When we receive an email with an attached file and click on this file it is shown a list of programs that can open this file. How do I make my app appear on this list too? I'm sorry, I'm new to the tool and did not see the answer. I changed...
asked by 09.01.2017 / 14:55
1
answer

Get AndroidManifest meta-data

I'm developing a library. In order to use, the developer must inform a use key. I would like to use the same form as Google maps: <meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/goog...
asked by 01.12.2016 / 19:18