diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-02 23:05:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-02 23:05:46 +0200 |
| commit | 7d29f7ff790f43666fab7468dbbd5f6f16a279a7 (patch) | |
| tree | ee60debe515f87476e64fd6c1e67c6799f971e67 /AndroidManifest.xml | |
| parent | 5d66dae9eaa59c5327e88d51c9233477fdaad21e (diff) | |
update readme
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml deleted file mode 100644 index 7e79af8..0000000 --- a/AndroidManifest.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.buetow.quicklogger"> - - <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> - - <application - android:allowBackup="true" - android:label="quicklogger"> - - <activity android:name="org.golang.app.GoNativeActivity"> - <meta-data android:name="android.app.lib_name" android:value="npc" /> - <intent-filter> - <action android:name="android.intent.action.MAIN"/> - <category android:name="android.intent.category.LAUNCHER"/> - </intent-filter> - </activity> - </application> -</manifest> |
