diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-25 20:03:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-25 20:03:12 +0200 |
| commit | 61275a73f3d1d6559fca3c706b4dba30f326f3e9 (patch) | |
| tree | ac48a98a3b360400942a0916c385b757aba9a6fd /AndroidManifest.xml | |
| parent | 5d8a28040830bdd1c05809bae298602008e275da (diff) | |
focus input window
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a0e346..2fd280f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -6,16 +6,4 @@ <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> |
