mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-02 15:11:08 +01:00
Add android:extractNativeLibs="false" to manifest
This commit is contained in:
parent
835dfc0276
commit
12ac0fa73c
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
<uses-permission android:name="android.permission.VIBRATE" />
|
<uses-permission android:name="android.permission.VIBRATE" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
|
android:extractNativeLibs="false"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:fullBackupContent="@xml/backupscheme"
|
android:fullBackupContent="@xml/backupscheme"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue