summaryrefslogtreecommitdiffstats
path: root/fmapp2/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fmapp2/AndroidManifest.xml')
-rw-r--r--fmapp2/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/fmapp2/AndroidManifest.xml b/fmapp2/AndroidManifest.xml
index 92af7e3..bf0b0d9 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -51,6 +51,10 @@
android:allowTaskReparenting="true"
android:taskAffinity="com.caf.task.fmradio"
android:name=".FMAdapterApp">
+
+ <uses-library android:name="qcom.fmradio"
+ android:required="true" />
+
<activity android:icon="@drawable/ic_launcher_fmradio"
android:name=".FMRadio"
android:label="@string/app_name"