File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
32
32
<activity
33
33
android : name =" com.termux.app.TermuxActivity"
34
- android : label =" @string/application_name"
35
- android : configChanges =" keyboard|keyboardHidden|orientation|screenSize "
34
+ android : label =" @string/application_name"
35
+ android : configChanges =" orientation|screenSize|smallestScreenSize|density|screenLayout|uiMode| keyboard|keyboardHidden|navigation "
36
36
android : launchMode =" singleTask"
37
37
android : resizeableActivity =" true"
38
- android : windowSoftInputMode =" adjustResize|stateAlwaysVisible" >
38
+ android : windowSoftInputMode =" adjustResize|stateAlwaysVisible" >
39
39
<intent-filter >
40
40
<action android : name =" android.intent.action.MAIN" />
41
41
<category android : name =" android.intent.category.LAUNCHER" />
120
120
android : exported =" true"
121
121
android : grantUriPermissions =" true"
122
122
android : name =" com.termux.app.TermuxOpenReceiver$ContentProvider" />
123
-
124
- <meta-data android : name =" com.sec .android.support.multiwindow " android : value =" true" />
123
+ < meta-data android : name = " com.sec.android.support.multiwindow " android : value = " true " />
124
+ <meta-data android : name =" com.samsung .android.multidisplay.keep_process_alive " android : value =" true" />
125
125
</application >
126
126
127
127
</manifest >
You can’t perform that action at this time.
0 commit comments