File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 android : hasCode =" false"
1212 android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
1313 tools : targetApi =" 29"
14- android : alwaysRetainTaskState =" true"
15- android : launchMode =" singleInstance"
16- android : configChanges =" layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
1714 >
1815 <activity
1916 android : name =" android.app.NativeActivity"
2017 android : exported =" true"
21- android : label =" @string/app_name" >
18+ android : label =" @string/app_name"
19+ android : alwaysRetainTaskState =" true"
20+ android : launchMode =" singleInstance"
21+ android : configChanges =" layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
22+ >
2223 <meta-data android : name =" android.app.lib_name" android : value =" main" />
2324 <intent-filter >
2425 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments