diff options
| author | ilotterytea <iltsu@alright.party> | 2022-08-26 18:58:12 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-08-26 18:58:12 +0600 |
| commit | 00739b98788c03015bed5ddfc353c24068e74bb8 (patch) | |
| tree | 24a657fbc6963134177a591665da120b1ff35261 /android/AndroidManifest.xml | |
| parent | 6377ee262c95537355801ee28149b87eb6d9cb9e (diff) | |
fuck android all my homies use desktop
Diffstat (limited to 'android/AndroidManifest.xml')
| -rw-r--r-- | android/AndroidManifest.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml deleted file mode 100644 index 28bee37..0000000 --- a/android/AndroidManifest.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - package="com.ilotterytea.maxoning"> - - <uses-feature android:glEsVersion="0x00020000" android:required="true" /> - - <application - android:allowBackup="true" - android:fullBackupContent="true" - android:icon="@drawable/ic_launcher" - android:isGame="true" - android:appCategory="game" - android:label="@string/app_name" - tools:ignore="UnusedAttribute"> - <activity - android:name="com.ilotterytea.maxoning.AndroidLauncher" - android:label="@string/app_name" - android:screenOrientation="portrait" - android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout" - android:exported="true"> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - </application> - -</manifest> |
