mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-01 14:41:10 +01:00
Add android.max_aspect=10.0 metadata
This is needed to mark the app with "This app is optimized to run in full screen" when run on a Samsung Galaxy S8.
This commit is contained in:
parent
b3472e9e62
commit
b29b24f507
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
||||||
android:theme="@style/Theme.Termux"
|
android:theme="@style/Theme.Termux"
|
||||||
android:supportsRtl="false" >
|
android:supportsRtl="false" >
|
||||||
|
|
||||||
|
<!-- This (or rather, value 2.1 or higher) is needed to make the Samsung Galaxy S8
|
||||||
|
mark the app with "This app is optimized to run in full screen." -->
|
||||||
|
<meta-data android:name="android.max_aspect" android:value="10.0" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.termux.app.TermuxActivity"
|
android:name="com.termux.app.TermuxActivity"
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue