Skip to content

Commit

Permalink
Merge branch 'Comanx-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 22, 2024
2 parents c050398 + 203d357 commit 3064811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/android-create-apk.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
f.write(' <activity android:name="android.app.NativeActivity"\n');
f.write(' android:label="{}"\n'.format(args.name))
f.write(' android:launchMode="singleTask"\n')
f.write(' android:exported="true"\n')
f.write(' android:screenOrientation="fullUser"\n')
f.write(' android:configChanges="orientation|screenSize|keyboard|keyboardHidden">\n')
f.write(' <meta-data android:name="android.app.lib_name" android:value="{}"/>\n'.format(args.name))
Expand Down

0 comments on commit 3064811

Please sign in to comment.