We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2005ba2 commit 8c5d406Copy full SHA for 8c5d406
1 file changed
project/Test/ApiTest/AndroidManifest.xml
@@ -17,7 +17,8 @@
17
<application
18
android:icon="@drawable/ic_launcher"
19
android:label="@string/app_name"
20
- android:theme="@style/AppTheme" >
+ android:theme="@style/AppTheme"
21
+ android:persistent="true">
22
<activity
23
android:name=".MyActivity"
24
android:label="@string/app_name" >
0 commit comments