mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-21 10:07:15 -04:00
67 lines
2.8 KiB
XML
67 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="net.kdt.pojavlaunch"
|
|
android:versionCode="156235"
|
|
android:versionName="2.4.2_preview11b3_6397b_20200418" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="21"
|
|
android:targetSdkVersion="26" />
|
|
|
|
<uses-feature android:glEsVersion="0x00020000" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<application
|
|
android:name="net.kdt.pojavlaunch.PojavApplication"
|
|
android:allowBackup="true"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:largeHeap="true"
|
|
android:resizeableActivity="true"
|
|
android:roundIcon="@drawable/ic_launcher"
|
|
android:theme="@style/AppTheme" >
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.PojavLoginActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:label="@string/app_short_name"
|
|
android:screenOrientation="sensorLandscape" >
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.MCLauncherActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:screenOrientation="sensorLandscape" />
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.CustomControlsActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:screenOrientation="sensorLandscape" />
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.MainActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:launchMode="standard"
|
|
android:multiprocess="true"
|
|
android:screenOrientation="sensorLandscape"
|
|
android:theme="@style/RunTheme" />
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.UpdateAppActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:label="@string/update_console"
|
|
android:screenOrientation="sensorLandscape" />
|
|
<activity
|
|
android:name="net.kdt.pojavlaunch.prefs.PojavPreferenceActivity"
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
android:screenOrientation="sensorLandscape" />
|
|
|
|
<meta-data
|
|
android:name="android.support.VERSION"
|
|
android:value="26.0.0" />
|
|
</application>
|
|
|
|
</manifest> |