blob: 55566ef31314c1997d366103fab82b6134cfbd7d [file] [log] [blame]
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +05301<?xml version="1.0" encoding="utf-8"?>
2<!--
Venkateshwarlu Domakonda029e6f12015-02-23 10:59:01 +05303 * Copyright (c) 2009, 2012-2013,2015, The Linux Foundation. All rights reserved.
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +05304 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 * * Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * * Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
12 * * Neither the name of The Linux Foundation nor
13 * the names of its contributors may be used to endorse or promote
14 * products derived from this software without specific prior written
15 * permission.
16 *
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28-->
29
30<manifest xmlns:android="http://schemas.android.com/apk/res/android"
31 package="com.caf.fmradio"
32 android:sharedUserId="android.uid.system" >
33 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
34 <uses-permission android:name="android.permission.BLUETOOTH" />
35 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
36 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
37 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
38 <uses-permission android:name="android.permission.WAKE_LOCK" />
39 <uses-permission android:name="android.permission.INTERNET" />
40 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
41 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
42 <uses-permission android:name="android.permission.RECORD_AUDIO" />
43 <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
44 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
Venkateshwarlu Domakondafa22ae12013-07-27 12:25:16 +053045 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
46 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
himta ramdfa45932019-03-07 17:57:54 +053047 <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28"/>
linuxx72a53962015-02-14 23:52:14 +010048
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053049 <application
50 android:icon="@drawable/ic_launcher_fmradio"
51 android:label="@string/app_name"
Ayaz Ahmad9e32a122013-12-13 13:24:16 +053052 android:allowTaskReparenting="true"
53 android:taskAffinity="com.caf.task.fmradio"
linuxx72a53962015-02-14 23:52:14 +010054 android:theme="@style/FMTheme"
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053055 android:name=".FMAdapterApp">
Ricardo Cerqueira89019302014-01-19 19:08:17 +000056
57 <uses-library android:name="qcom.fmradio"
58 android:required="true" />
59
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053060 <activity android:icon="@drawable/ic_launcher_fmradio"
61 android:name=".FMRadio"
62 android:label="@string/app_name"
63 android:clearTaskOnLaunch="true"
Danesh Mb719a432014-11-14 11:05:18 -080064 android:screenOrientation="portrait"
Ayaz Ahmad9e32a122013-12-13 13:24:16 +053065 android:allowTaskReparenting="true"
Ayaz Ahmad734e2792013-10-23 15:42:22 +053066 android:launchMode="singleTask"
linuxx72a53962015-02-14 23:52:14 +010067 android:theme="@style/FMTheme"
Kamal Negid54793d2016-03-30 10:30:33 +053068 android:configChanges="keyboardHidden|orientation|screenSize"
Ayaz Ahmad45b494b2013-08-27 13:41:07 +053069 android:excludeFromRecents="false" >
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053070
71 <intent-filter>
72 <action android:name="android.intent.action.MAIN" />
73 <category android:name="android.intent.category.LAUNCHER" />
74 </intent-filter>
75
76 <intent-filter>
77 <action android:name="com.caf.fmradio.FMRADIO_ACTIVITY" />
78 <category android:name="android.intent.category.DEFAULT" />
79 </intent-filter>
80
81 </activity>
82
83 <receiver android:name="com.caf.fmradio.FMMediaButtonIntentReceiver">
84 <intent-filter>
Venkateshwarlu Domakondafd50fd42014-04-18 12:36:13 +053085 <action android:name="android.media.AUDIO_BECOMING_NOISY" />
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053086 </intent-filter>
87 </receiver>
88
89 <activity android:name=".Settings"
linuxx72a53962015-02-14 23:52:14 +010090 android:theme="@style/FMTheme"
Michael Bestase2a8ffa2014-02-16 15:35:59 +020091 android:label="@string/menu_settings">
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053092
93 <intent-filter>
94 <action android:name="android.intent.action.MAIN" />
95 </intent-filter>
96
97 </activity>
98
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053099 <activity android:name=".FMStats"
100 android:label="@string/test_menu">
101
102 <intent-filter>
103 <action android:name="android.intent.action.MAIN" />
104 </intent-filter>
105
106 </activity>
107
108 <activity android:name=".FmTags"
109 android:label="@string/rt_plus_tags">
110
111 <intent-filter>
112 <action android:name="android.intent.action.MAIN" />
113 </intent-filter>
114
115 </activity>
116
117 <activity android:name=".StationListActivity"
Michael Bestase2a8ffa2014-02-16 15:35:59 +0200118 android:label="@string/menu_all_channels"
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +0530119 android:configChanges="orientation|keyboardHidden|screenSize|fontScale">
120
121 <intent-filter>
122 <action android:name="android.intent.action.MAIN" />
123 </intent-filter>
124
125 </activity>
126
127 <service android:name=".FMRadioService"
128 android:exported="true" />
129
130 </application>
131
132</manifest>