summaryrefslogtreecommitdiffstats
path: root/fmapp2/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fmapp2/AndroidManifest.xml')
-rw-r--r--fmapp2/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fmapp2/AndroidManifest.xml b/fmapp2/AndroidManifest.xml
index 7cc6658..cfa0bea 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -45,11 +45,14 @@
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
+ <uses-sdk android:minSdkVersion="21"/>
+
<application
android:icon="@mipmap/ic_launcher_fmradio"
android:label="@string/app_name"
android:allowTaskReparenting="true"
android:taskAffinity="com.caf.task.fmradio"
+ android:theme="@style/FMTheme"
android:name=".FMAdapterApp">
<uses-library android:name="qcom.fmradio"
@@ -63,6 +66,7 @@
android:allowTaskReparenting="true"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden|screenSize"
+ android:theme="@style/FMTheme"
android:excludeFromRecents="false" >
<intent-filter>
@@ -85,6 +89,7 @@
</receiver>
<activity android:name=".Settings"
+ android:theme="@style/FMTheme"
android:label="@string/menu_settings">
<intent-filter>
@@ -98,6 +103,7 @@
android:label="@string/tx_app_name"
android:clearTaskOnLaunch="true"
android:taskAffinity=""
+ android:theme="@style/FMTheme"
android:excludeFromRecents="false">
<intent-filter>