aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2014-11-26 19:44:07 -0600
committerAdnan Begovic <adnan@cyngn.com>2014-12-05 19:04:19 -0800
commit8bc18fab093b847f14b416c8c83592a3f9ad9f01 (patch)
tree26fe2834850fd64c85120297d1b4dc01e5557f95 /AndroidManifest.xml
parent7540d726495412c5431d42093e2db65ba88ba209 (diff)
downloadandroid_packages_apps_CMFileManager-8bc18fab093b847f14b416c8c83592a3f9ad9f01.tar.gz
android_packages_apps_CMFileManager-8bc18fab093b847f14b416c8c83592a3f9ad9f01.tar.bz2
android_packages_apps_CMFileManager-8bc18fab093b847f14b416c8c83592a3f9ad9f01.zip
CMFileManager: Lollipopification
Change-Id: I1702cf147b8ebc68f3a24175fa34cf397d823280
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 528e2a3b..42141596 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,12 +16,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cyanogenmod.filemanager"
- android:versionCode="103"
- android:versionName="2.0.0">
+ android:versionCode="104"
+ android:versionName="3.0.0">
<original-package android:name="com.cyanogenmod.filemanager" />
- <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
+ <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -39,7 +39,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
- android:theme="@style/FileManager.Theme.Holo.Light"
+ android:theme="@style/FileManager.Theme.Material.Light"
android:supportsRtl="true">
<meta-data
@@ -67,6 +67,7 @@
android:label="@string/app_name"
android:launchMode="singleTop"
android:uiOptions="none"
+ android:theme="@style/FileManager.Theme.Material.Light.NoActionBar"
android:windowSoftInputMode="adjustNothing"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true">
@@ -99,7 +100,7 @@
android:label="@string/picker"
android:uiOptions="none"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:theme="@style/FileManager.Theme.Holo.Light.Overlay"
+ android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.GET_CONTENT" />
@@ -120,7 +121,6 @@
<activity
android:name=".activities.preferences.SettingsPreferences"
android:label="@string/pref"
- android:icon="@drawable/ic_launcher_settings"
android:exported="false">
<intent-filter>
<category android:name="android.intent.category.PREFERENCE" />
@@ -131,7 +131,7 @@
android:name=".activities.ShortcutActivity"
android:label="@string/app_name"
android:uiOptions="none"
- android:theme="@style/FileManager.Theme.Holo.Light.Overlay"
+ android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -142,7 +142,7 @@
android:name=".activities.ChangeLogActivity"
android:label="@string/app_name"
android:uiOptions="none"
- android:theme="@style/FileManager.Theme.Holo.Light.Overlay"
+ android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -152,8 +152,7 @@
<activity
android:name=".activities.EditorActivity"
android:label="@string/editor"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:icon="@drawable/ic_launcher_editor">
+ android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.EDIT" />
@@ -184,7 +183,6 @@
android:name=".themes.ThemeActivity"
android:label="@string/app_name"
android:permission="com.cyanogenmod.filemanager.permissions.READ_THEME"
- android:icon="@drawable/ic_launcher_themes"
android:exported="true">
<intent-filter>
<action android:name="com.cyanogenmod.filemanager.actions.MAIN_THEME" />
@@ -197,7 +195,7 @@
android:label="@string/app_name"
android:uiOptions="none"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:theme="@android:style/Theme.Holo.Light.Dialog"
+ android:theme="@android:style/Theme.Material.Light.Dialog"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />