mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
401 B
XML
12 lines
401 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.nativescript.widgets">
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
|
|
|
|
<application
|
|
android:allowBackup="true">
|
|
|
|
</application>
|
|
|
|
</manifest> |