blob: 8714078e7febe5928fb71ff73dad483bcc1ad0b3 [file] [log] [blame]
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +05301<?xml version="1.0" encoding="utf-8"?>
2<!--
Ayaz Ahmad45b494b2013-08-27 13:41:07 +05303 * Copyright (c) 2009, 2012-2013, 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" />
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053047
48 <application
49 android:icon="@drawable/ic_launcher_fmradio"
50 android:label="@string/app_name"
51 android:name=".FMAdapterApp">
52 <activity android:icon="@drawable/ic_launcher_fmradio"
53 android:name=".FMRadio"
54 android:label="@string/app_name"
55 android:clearTaskOnLaunch="true"
56 android:taskAffinity=""
57 android:launchMode="singleTop"
Ayaz Ahmad45b494b2013-08-27 13:41:07 +053058 android:excludeFromRecents="false" >
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053059
60 <intent-filter>
61 <action android:name="android.intent.action.MAIN" />
62 <category android:name="android.intent.category.LAUNCHER" />
63 </intent-filter>
64
65 <intent-filter>
66 <action android:name="com.caf.fmradio.FMRADIO_ACTIVITY" />
67 <category android:name="android.intent.category.DEFAULT" />
68 </intent-filter>
69
70 </activity>
71
72 <receiver android:name="com.caf.fmradio.FMMediaButtonIntentReceiver">
73 <intent-filter>
74 <action android:name="android.intent.action.MEDIA_BUTTON" />
75 </intent-filter>
76 </receiver>
77
78 <activity android:name=".Settings"
79 android:label="@string/settings_menu">
80
81 <intent-filter>
82 <action android:name="android.intent.action.MAIN" />
83 </intent-filter>
84
85 </activity>
86
87 <activity android:icon="@drawable/ic_launcher_fm_tx"
88 android:name=".FMTransmitterActivity"
89 android:label="@string/tx_app_name"
90 android:clearTaskOnLaunch="true"
91 android:taskAffinity=""
Ayaz Ahmad45b494b2013-08-27 13:41:07 +053092 android:excludeFromRecents="false">
Venkateshwarlu Domakonda56262fb2013-07-24 19:56:59 +053093
94 <intent-filter>
95 <action android:name="android.intent.action.MAIN" />
96 <category android:name="android.intent.category.LAUNCHER" />
97 </intent-filter>
98
99 <intent-filter>
100 <action android:name="com.caf.fmradio.FMTRANSMITTER_ACTIVITY" />
101 <category android:name="android.intent.category.DEFAULT" />
102 </intent-filter>
103
104 </activity>
105
106 <receiver android:name="FMTransmitterConfigReceiver">
107
108 <intent-filter>
109 <action android:name="android.intent.action.BOOT_COMPLETED" />
110 </intent-filter>
111
112 </receiver>
113
114 <service android:name=".FMTransmitterService"
115 android:exported="true" />
116
117 <activity android:name=".FMStats"
118 android:label="@string/test_menu">
119
120 <intent-filter>
121 <action android:name="android.intent.action.MAIN" />
122 </intent-filter>
123
124 </activity>
125
126 <activity android:name=".FmTags"
127 android:label="@string/rt_plus_tags">
128
129 <intent-filter>
130 <action android:name="android.intent.action.MAIN" />
131 </intent-filter>
132
133 </activity>
134
135 <activity android:name=".StationListActivity"
136 android:label="@string/app_label_all_channels"
137 android:configChanges="orientation|keyboardHidden|screenSize|fontScale">
138
139 <intent-filter>
140 <action android:name="android.intent.action.MAIN" />
141 </intent-filter>
142
143 </activity>
144
145 <service android:name=".FMRadioService"
146 android:exported="true" />
147
148 </application>
149
150</manifest>