Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Venkateshwarlu Domakonda | 029e6f1 | 2015-02-23 10:59:01 +0530 | [diff] [blame] | 3 | * Copyright (c) 2009, 2012-2013,2015, The Linux Foundation. All rights reserved. |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 4 | * |
| 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" |
himta ram | bfb3da6 | 2020-03-04 18:07:01 +0530 | [diff] [blame] | 31 | package="com.caf.fmradio" > |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 32 | <uses-sdk android:minSdkVersion="31" android:targetSdkVersion="31"/> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 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" /> |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" /> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
himta ram | 2623de0 | 2020-03-19 14:15:46 +0530 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> |
Venkateshwarlu Domakonda | fa22ae1 | 2013-07-27 12:25:16 +0530 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/> |
| 48 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" /> |
himta ram | bfb3da6 | 2020-03-04 18:07:01 +0530 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 50 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 51 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> |
himta ram | 2623de0 | 2020-03-19 14:15:46 +0530 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT" /> |
| 53 | <uses-permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD" /> |
himta ram | 993ad0b | 2020-04-30 17:20:36 +0530 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.MANAGE_USERS"/> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 55 | <application |
phaneendra Reddy | 9cfcc00 | 2021-06-30 14:16:55 +0530 | [diff] [blame] | 56 | android:requestLegacyExternalStorage="true" |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 57 | android:icon="@drawable/ic_launcher_fmradio" |
| 58 | android:label="@string/app_name" |
Ayaz Ahmad | 9e32a12 | 2013-12-13 13:24:16 +0530 | [diff] [blame] | 59 | android:allowTaskReparenting="true" |
| 60 | android:taskAffinity="com.caf.task.fmradio" |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 61 | android:name=".FMAdapterApp"> |
Ricardo Cerqueira | a707397 | 2014-01-19 19:08:17 +0000 | [diff] [blame] | 62 | |
| 63 | <uses-library android:name="qcom.fmradio" |
| 64 | android:required="true" /> |
| 65 | |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 66 | <activity android:icon="@drawable/ic_launcher_fmradio" |
| 67 | android:name=".FMRadio" |
| 68 | android:label="@string/app_name" |
| 69 | android:clearTaskOnLaunch="true" |
Danesh M | 858cc22 | 2014-11-14 11:05:18 -0800 | [diff] [blame] | 70 | android:screenOrientation="portrait" |
Ayaz Ahmad | 9e32a12 | 2013-12-13 13:24:16 +0530 | [diff] [blame] | 71 | android:allowTaskReparenting="true" |
Ayaz Ahmad | 734e279 | 2013-10-23 15:42:22 +0530 | [diff] [blame] | 72 | android:launchMode="singleTask" |
Kamal Negi | d54793d | 2016-03-30 10:30:33 +0530 | [diff] [blame] | 73 | android:configChanges="keyboardHidden|orientation|screenSize" |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 74 | android:excludeFromRecents="false" |
| 75 | android:exported="true" > |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 76 | |
| 77 | <intent-filter> |
| 78 | <action android:name="android.intent.action.MAIN" /> |
| 79 | <category android:name="android.intent.category.LAUNCHER" /> |
| 80 | </intent-filter> |
| 81 | |
| 82 | <intent-filter> |
| 83 | <action android:name="com.caf.fmradio.FMRADIO_ACTIVITY" /> |
| 84 | <category android:name="android.intent.category.DEFAULT" /> |
| 85 | </intent-filter> |
| 86 | |
| 87 | </activity> |
| 88 | |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 89 | <receiver android:name="com.caf.fmradio.FMMediaButtonIntentReceiver" |
| 90 | android:exported="true" > |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 91 | <intent-filter> |
Venkateshwarlu Domakonda | fd50fd4 | 2014-04-18 12:36:13 +0530 | [diff] [blame] | 92 | <action android:name="android.media.AUDIO_BECOMING_NOISY" /> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 93 | </intent-filter> |
| 94 | </receiver> |
| 95 | |
| 96 | <activity android:name=".Settings" |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 97 | android:exported="true" |
Michael Bestas | f2883c3 | 2014-02-16 15:35:59 +0200 | [diff] [blame] | 98 | android:label="@string/menu_settings"> |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 99 | |
| 100 | <intent-filter> |
| 101 | <action android:name="android.intent.action.MAIN" /> |
| 102 | </intent-filter> |
| 103 | |
| 104 | </activity> |
| 105 | |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 106 | <activity android:name=".FMStats" |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 107 | android:exported="true" |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 108 | android:label="@string/test_menu"> |
| 109 | |
| 110 | <intent-filter> |
| 111 | <action android:name="android.intent.action.MAIN" /> |
| 112 | </intent-filter> |
| 113 | |
| 114 | </activity> |
| 115 | |
| 116 | <activity android:name=".FmTags" |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 117 | android:exported="true" |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 118 | android:label="@string/rt_plus_tags"> |
| 119 | |
| 120 | <intent-filter> |
| 121 | <action android:name="android.intent.action.MAIN" /> |
| 122 | </intent-filter> |
| 123 | |
| 124 | </activity> |
| 125 | |
| 126 | <activity android:name=".StationListActivity" |
phaneendra Reddy | 9232aee | 2021-10-21 09:30:51 +0530 | [diff] [blame] | 127 | android:exported="true" |
Michael Bestas | f2883c3 | 2014-02-16 15:35:59 +0200 | [diff] [blame] | 128 | android:label="@string/menu_all_channels" |
Venkateshwarlu Domakonda | 56262fb | 2013-07-24 19:56:59 +0530 | [diff] [blame] | 129 | android:configChanges="orientation|keyboardHidden|screenSize|fontScale"> |
| 130 | |
| 131 | <intent-filter> |
| 132 | <action android:name="android.intent.action.MAIN" /> |
| 133 | </intent-filter> |
| 134 | |
| 135 | </activity> |
| 136 | |
| 137 | <service android:name=".FMRadioService" |
| 138 | android:exported="true" /> |
| 139 | |
| 140 | </application> |
| 141 | |
| 142 | </manifest> |