diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f0cee129e..d6dede04c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,50 +1,50 @@ + package="org.fdroid.fdroid" + android:installLocation="auto"> + android:minSdkVersion="10" + android:targetSdkVersion="24" + /> + android:anyDensity="true" + android:largeScreens="true" + android:normalScreens="true" + android:resizeable="true" + android:smallScreens="true" + android:xlargeScreens="true" + /> + android:name="android.hardware.telephony" + android:required="false"/> + android:name="android.hardware.wifi" + android:required="false"/> + android:name="android.hardware.touchscreen" + android:required="false"/> + android:name="android.hardware.nfc" + android:required="false"/> + android:name="android.hardware.bluetooth" + android:required="false"/> - - - - - - - - - - - - + + + + + + + + + + + + + android:name=".privileged.install.InstallExtensionDialogActivity" + android:theme="@style/AppThemeTransparent"/> + android:theme="@android:style/Theme.NoDisplay"/> + android:name=".privileged.install.InstallExtensionBootReceiver"> - + + android:name=".installer.DefaultInstallerActivity" + android:theme="@style/AppThemeTransparent"/> + android:name=".installer.ErrorDialogActivity" + android:theme="@style/AppThemeTransparent"/> - + - + - + - - - + + + - + - + - + @@ -251,160 +251,160 @@ - + + android:name=".net.DownloaderService" + android:exported="false"/> + android:name=".installer.InstallerService" + android:exported="false"/> - - + android:name=".CleanCacheService" + android:exported="false"/> + + + android:name=".installer.InstallManagerService" + android:exported="false"/> + android:name=".installer.InstallHistoryService" + android:exported="false"/> + android:name=".localrepo.CacheSwapAppsService" + android:exported="false"/> + android:name=".data.InstalledAppProviderService" + android:exported="false"/> + android:name=".AppUpdateStatusService" + android:exported="false"/> + android:name=".views.main.MainActivity" + android:launchMode="singleTop" + android:windowSoftInputMode="adjustResize"> - + - + - + - - + + - + - + - - + + - - - - - - - - + + + + + + + + - - + + - + - - + + - + - + - - + + - - - - + + + + - + - - + + - + - + - - + + - - - - - + + + + + - + - - + + - + - + - - + + - + - + - - + + - - - - + + + + - + + android:name="android.app.searchable" + android:resource="@xml/searchable"/> @@ -425,10 +425,10 @@ fdroidrepo:// and fdroidrepos:// --> - + - - + + - - - - + + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - + - - + + - - - - + + + + - + - + - - + + - + + android:parentActivityName=".views.main.MainActivity"> + android:name="android.support.PARENT_ACTIVITY" + android:value=".views.main.MainActivity"/> - - + + + android:name=".views.panic.PanicPreferencesActivity" + android:label="@string/panic_settings" + android:parentActivityName=".views.main.MainActivity"> + android:name="android.support.PARENT_ACTIVITY" + android:value=".views.main.MainActivity"/> @@ -541,9 +541,9 @@ + android:name=".views.panic.PanicResponderActivity" + android:noHistory="true" + android:theme="@android:style/Theme.NoDisplay"> @@ -551,18 +551,18 @@ + android:name=".views.panic.ExitActivity" + android:theme="@android:style/Theme.NoDisplay"/> + android:name=".views.hiding.CalculatorActivity" + android:enabled="false" + android:icon="@mipmap/ic_calculator_launcher" + android:label="@string/hiding_calculator" + android:theme="@style/AppThemeLight"> - - + +