Skip to content

Commit 8c5d406

Browse files
committed
APITest:不杀死进程标志
1 parent 2005ba2 commit 8c5d406

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project/Test/ApiTest/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<application
1818
android:icon="@drawable/ic_launcher"
1919
android:label="@string/app_name"
20-
android:theme="@style/AppTheme" >
20+
android:theme="@style/AppTheme"
21+
android:persistent="true">
2122
<activity
2223
android:name=".MyActivity"
2324
android:label="@string/app_name" >

0 commit comments

Comments
 (0)