|
|
|
@ -1,11 +1,11 @@
@@ -1,11 +1,11 @@
|
|
|
|
|
<?xml version="1.0"?> |
|
|
|
|
<manifest package="org.purplei2p.i2pd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.8.0" android:versionCode="1" android:installLocation="auto"> |
|
|
|
|
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="24"/> |
|
|
|
|
<uses-sdk android:minSdkVersion="11"/> |
|
|
|
|
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/> |
|
|
|
|
<!-- <application android:hardwareAccelerated="true" --> |
|
|
|
|
<application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="i2pd"> |
|
|
|
|
<application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="i2pd" android:icon="@drawable/icon"> |
|
|
|
|
<!-- android:configChanges="screenSize|smallestScreenSize" are since api 13, "layoutDirection" since api 17 --> |
|
|
|
|
<activity android:configChanges="orientation|uiMode|screenLayout|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.purplei2p.i2pd.I2PDMainActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTop"> |
|
|
|
|
<activity android:configChanges="orientation|uiMode|screenLayout|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.purplei2p.i2pd.I2PDMainActivity" android:label="i2pd" android:screenOrientation="unspecified" android:launchMode="singleTop"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN"/> |
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/> |
|
|
|
@ -60,4 +60,5 @@
@@ -60,4 +60,5 @@
|
|
|
|
|
Remove the comment if you do not require these default features. --> |
|
|
|
|
<!-- %%INSERT_FEATURES --> |
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
|
|
|
|
</manifest> |
|
|
|
|