The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Fyodor Kupolov | 19280af | 2015-01-27 11:59:00 -0800 | [diff] [blame] | 2 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3 | package="com.android.settings" |
Ben Komalo | b08172e | 2011-09-19 14:27:13 -0700 | [diff] [blame] | 4 | coreApp="true" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5 | android:sharedUserId="android.uid.system"> |
| 6 | |
Jeff Hamilton | c60fb58 | 2010-02-11 16:25:53 -0600 | [diff] [blame] | 7 | <original-package android:name="com.android.settings" /> |
| 8 | |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 9 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 10 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 11 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 12 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 14 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 15 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 16 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 17 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 18 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 19 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 22 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 23 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 24 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
Fred Quintana | 0e3b960 | 2009-07-22 20:01:37 -0700 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 26 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 27 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 28 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 29 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
tk.mun | 7c5c165 | 2011-10-13 22:56:18 +0900 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_WIMAX_STATE" /> |
| 32 | <uses-permission android:name="android.permission.CHANGE_WIMAX_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 34 | <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| 36 | <uses-permission android:name="android.permission.INTERNET" /> |
| 37 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 38 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 39 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 40 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 41 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 42 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 43 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 44 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 47 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 48 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 49 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 51 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 52 | <uses-permission android:name="android.permission.BACKUP" /> |
| 53 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 54 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 55 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 56 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 57 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 59 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 60 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 61 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 63 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 64 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 65 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Amith Yamasani | 5f05010 | 2012-11-01 15:36:29 -0700 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.SET_TIME" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.USE_FINGERPRINT" /> |
| 76 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 77 | |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 78 | <application android:label="@string/settings_label" |
Ying Wang | 8935b15 | 2010-11-23 12:03:43 -0800 | [diff] [blame] | 79 | android:icon="@mipmap/ic_launcher_settings" |
Dianne Hackborn | 33b316e | 2010-10-14 17:38:48 -0700 | [diff] [blame] | 80 | android:taskAffinity="" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 81 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 82 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 83 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 84 | android:supportsRtl="true" |
Alex Klyubin | b009023 | 2015-04-02 11:08:51 -0700 | [diff] [blame] | 85 | android:allowBackup="false" |
| 86 | android:usesCleartextTraffic="false"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 87 | |
| 88 | <!-- Settings --> |
| 89 | |
Eric Fischer | 340c5c4 | 2010-10-01 11:45:47 -0700 | [diff] [blame] | 90 | <activity android:name="Settings" |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 91 | android:taskAffinity="com.android.settings" |
Fabrice Di Meglio | 263bcc8 | 2014-01-17 19:17:58 -0800 | [diff] [blame] | 92 | android:label="@string/settings_label_launcher" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 93 | android:launchMode="singleTask"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 94 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 95 | <action android:name="android.settings.SETTINGS" /> |
| 96 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 97 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 98 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 99 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 100 | </activity> |
| 101 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 102 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 103 | <activity-alias android:name="Settings" |
| 104 | android:taskAffinity="com.android.settings" |
| 105 | android:label="@string/settings_label_launcher" |
| 106 | android:launchMode="singleTask" |
| 107 | android:targetActivity="Settings"> |
| 108 | <intent-filter> |
| 109 | <action android:name="android.intent.action.MAIN" /> |
| 110 | <category android:name="android.intent.category.DEFAULT" /> |
| 111 | <category android:name="android.intent.category.LAUNCHER" /> |
| 112 | </intent-filter> |
| 113 | </activity-alias> |
| 114 | |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 115 | <receiver android:name="ManagedProfileSetup"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 116 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 117 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 118 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 119 | </intent-filter> |
| 120 | </receiver> |
| 121 | |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 122 | <activity android:name=".SubSettings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 123 | android:taskAffinity="com.android.settings" |
| 124 | android:parentActivityName="Settings"> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 125 | </activity> |
| 126 | |
Amith Yamasani | de64df5 | 2010-11-03 12:01:58 -0700 | [diff] [blame] | 127 | <activity android:name="CreateShortcut" android:label="@string/settings_shortcut" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 128 | android:theme="@style/Theme.SubSettingsDialogWhenLarge"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 129 | <intent-filter> |
| 130 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 131 | <category android:name="android.intent.category.DEFAULT" /> |
| 132 | </intent-filter> |
| 133 | </activity> |
| 134 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 135 | <!-- Wireless Controls --> |
| 136 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 137 | <activity android:name="Settings$WirelessSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 138 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 139 | android:label="@string/wireless_networks_settings_title" |
| 140 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 141 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 142 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 143 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 144 | <action android:name="android.settings.NFC_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 145 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 146 | </intent-filter> |
| 147 | <intent-filter> |
| 148 | <action android:name="android.intent.action.MAIN" /> |
| 149 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 150 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 151 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 152 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 153 | android:value="com.android.settings.WirelessSettings" /> |
| 154 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 155 | android:resource="@id/wireless_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 156 | <!-- Note that this doesn't really show any Wireless settings. --> |
| 157 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 158 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 159 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 160 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame^] | 161 | <activity android:name="AirplaneModeVoiceActivity" |
| 162 | android:label="@string/wireless_networks_settings_title" |
| 163 | android:theme="@android:style/Theme.Material.Light.Voice" |
| 164 | android:exported="true"> |
| 165 | <intent-filter> |
| 166 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 167 | <category android:name="android.intent.category.DEFAULT" /> |
| 168 | <category android:name="android.intent.category.VOICE" /> |
| 169 | </intent-filter> |
| 170 | </activity> |
| 171 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 172 | <!-- Top-level settings --> |
| 173 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 174 | <activity android:name="Settings$WifiSettingsActivity" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 175 | android:taskAffinity="" |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 176 | android:label="@string/wifi_settings" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 177 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 178 | <intent-filter android:priority="1"> |
| 179 | <action android:name="android.settings.WIFI_SETTINGS" /> |
| 180 | <category android:name="android.intent.category.DEFAULT" /> |
| 181 | </intent-filter> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 182 | <intent-filter> |
| 183 | <action android:name="android.intent.action.MAIN" /> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 184 | <category android:name="android.intent.category.DEFAULT" /> |
| 185 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 186 | <category android:name="com.android.settings.SHORTCUT" /> |
| 187 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 188 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 189 | android:value="com.android.settings.wifi.WifiSettings" /> |
| 190 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 191 | android:resource="@id/wifi_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 192 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 193 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 194 | <!-- Keep compatibility with old shortcuts. --> |
| 195 | <activity-alias android:name=".wifi.WifiSettings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 196 | android:taskAffinity="com.android.settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 197 | android:label="@string/wifi_settings" |
| 198 | android:targetActivity="Settings$WifiSettingsActivity" |
| 199 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 200 | android:exported="true"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 201 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 202 | android:value="com.android.settings.wifi.WifiSettings" /> |
| 203 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 204 | android:resource="@id/wifi_settings" /> |
| 205 | </activity-alias> |
| 206 | |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 207 | <activity android:name=".wifi.WifiPickerActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 208 | android:taskAffinity="com.android.settings" |
| 209 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 210 | <intent-filter android:priority="1"> |
| 211 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 212 | <category android:name="android.intent.category.DEFAULT" /> |
| 213 | </intent-filter> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 214 | <intent-filter> |
| 215 | <action android:name="android.intent.action.MAIN" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 216 | <category android:name="android.intent.category.DEFAULT" /> |
| 217 | </intent-filter> |
| 218 | </activity> |
| 219 | |
Michael Kolb | b5f006b | 2012-05-18 10:54:31 -0700 | [diff] [blame] | 220 | <activity android:name=".wifi.WifiSetupActivity" |
Russell Brenner | d3446c5 | 2014-05-23 13:03:15 -0700 | [diff] [blame] | 221 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 795511e | 2014-09-15 11:40:34 -0700 | [diff] [blame] | 222 | android:theme="@style/SetupWizardDisableAppStartingTheme" |
Jeff Sharkey | cc0d26b | 2012-11-27 16:42:27 -0800 | [diff] [blame] | 223 | android:label="@string/wifi_setup_wizard_title" |
Michael Kolb | b5f006b | 2012-05-18 10:54:31 -0700 | [diff] [blame] | 224 | android:icon="@drawable/empty_icon" |
Maurice Lam | 98f2450 | 2015-01-15 11:43:34 -0800 | [diff] [blame] | 225 | android:clearTaskOnLaunch="true" |
| 226 | android:windowSoftInputMode="adjustNothing"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 227 | <intent-filter android:priority="1"> |
Michael Kolb | b5f006b | 2012-05-18 10:54:31 -0700 | [diff] [blame] | 228 | <action android:name="com.android.net.wifi.SETUP_WIFI_NETWORK" /> |
| 229 | <category android:name="android.intent.category.DEFAULT" /> |
| 230 | </intent-filter> |
| 231 | </activity> |
| 232 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 233 | <activity android:name="Settings$AdvancedWifiSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 234 | android:taskAffinity="com.android.settings" |
Gilles Debunne | e78c187 | 2011-06-20 15:00:07 -0700 | [diff] [blame] | 235 | android:label="@string/wifi_advanced_settings_label" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 236 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 237 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 238 | <intent-filter android:priority="1"> |
| 239 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
| 240 | <category android:name="android.intent.category.DEFAULT" /> |
| 241 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 242 | <intent-filter> |
| 243 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 244 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 245 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 246 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 247 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 248 | android:value="com.android.settings.wifi.AdvancedWifiSettings" /> |
| 249 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 250 | android:resource="@id/wifi_settings" /> |
| 251 | </activity> |
Gilles Debunne | dcff733 | 2011-06-30 17:20:33 -0700 | [diff] [blame] | 252 | |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 253 | <activity android:name="Settings$SavedAccessPointsSettingsActivity" |
| 254 | android:taskAffinity="com.android.settings" |
| 255 | android:label="@string/wifi_saved_access_points_label" |
| 256 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 257 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 258 | <intent-filter android:priority="1"> |
| 259 | <action android:name="android.settings.WIFI_IF_SETTINGS" /> |
| 260 | <category android:name="android.intent.category.DEFAULT" /> |
| 261 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 262 | <intent-filter> |
| 263 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 264 | <category android:name="android.intent.category.DEFAULT" /> |
| 265 | </intent-filter> |
| 266 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 267 | android:value="com.android.settings.wifi.SavedAccessPointsSettings" /> |
| 268 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 269 | android:resource="@id/wifi_settings" /> |
| 270 | </activity> |
| 271 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 272 | <activity android:name=".wifi.WifiInfo" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 273 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 274 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 275 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 276 | <intent-filter> |
| 277 | <action android:name="android.intent.action.MAIN"/> |
| 278 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 279 | <category android:name="android.intent.category.DEFAULT" /> |
| 280 | </intent-filter> |
| 281 | </activity> |
| 282 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 283 | <activity android:name=".wifi.WifiConfigInfo" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 284 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 285 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 286 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 287 | <intent-filter> |
| 288 | <action android:name="android.intent.action.MAIN"/> |
| 289 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 290 | <category android:name="android.intent.category.DEFAULT" /> |
| 291 | </intent-filter> |
| 292 | </activity> |
| 293 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 294 | <activity android:name=".wifi.WifiAPITest" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 295 | android:theme="@style/Theme.SubSettingsDialogWhenLarge"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 296 | <intent-filter> |
| 297 | <action android:name="android.intent.action.MAIN"/> |
| 298 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 299 | <category android:name="android.intent.category.DEFAULT" /> |
| 300 | </intent-filter> |
| 301 | </activity> |
| 302 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 303 | <activity android:name=".wifi.WifiStatusTest" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 304 | android:theme="@style/Theme.SubSettingsDialogWhenLarge"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 305 | <intent-filter> |
| 306 | <action android:name="android.intent.action.MAIN"/> |
| 307 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 308 | <category android:name="android.intent.category.DEFAULT" /> |
| 309 | </intent-filter> |
| 310 | </activity> |
| 311 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 312 | <!-- Suspect activity alias: targetActivity is Settings itself, does not define a name. Remove? --> |
Daisuke Miyakawa | 9c602c4 | 2010-09-10 12:04:37 -0700 | [diff] [blame] | 313 | <activity-alias android:name=".wifi.WifiApSettings" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 314 | android:targetActivity="Settings"> |
Irfan Sheriff | 65cff17 | 2010-02-08 10:46:30 -0800 | [diff] [blame] | 315 | <intent-filter> |
| 316 | <action android:name="android.intent.action.MAIN" /> |
| 317 | <category android:name="android.intent.category.DEFAULT" /> |
| 318 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 319 | </intent-filter> |
Daisuke Miyakawa | 9c602c4 | 2010-09-10 12:04:37 -0700 | [diff] [blame] | 320 | </activity-alias> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 321 | |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 322 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 323 | android:label="@string/apn_settings" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 324 | android:launchMode="singleTask" |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 325 | android:taskAffinity="com.android.settings" |
| 326 | android:configChanges="orientation|keyboardHidden|screenSize" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 327 | android:parentActivityName="Settings$WirelessSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 328 | <intent-filter android:priority="1"> |
| 329 | <action android:name="android.settings.APN_SETTINGS" /> |
| 330 | <category android:name="android.intent.category.DEFAULT" /> |
| 331 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 332 | <intent-filter> |
| 333 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 334 | <category android:name="android.intent.category.DEFAULT" /> |
| 335 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 336 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 337 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 338 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 339 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 340 | android:value="com.android.settings.ApnSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 341 | </activity> |
| 342 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 343 | <activity android:name="Settings$BluetoothSettingsActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 344 | android:label="@string/bluetooth_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 345 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 346 | <intent-filter android:priority="1"> |
| 347 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
| 348 | <category android:name="android.intent.category.DEFAULT" /> |
| 349 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 350 | <intent-filter> |
| 351 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 352 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 353 | <category android:name="com.android.settings.SHORTCUT" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 354 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 355 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 356 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 357 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
| 358 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 359 | android:resource="@id/bluetooth_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 360 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 361 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 362 | <!-- Keep compatibility with old shortcuts. --> |
| 363 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
| 364 | android:label="@string/bluetooth_settings_title" |
| 365 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 366 | android:exported="true" |
| 367 | android:clearTaskOnLaunch="true"> |
| 368 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 369 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
| 370 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 371 | android:resource="@id/bluetooth_settings" /> |
| 372 | </activity-alias> |
| 373 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 374 | <activity android:name=".bluetooth.DevicePickerActivity" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 375 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 376 | android:label="@string/device_picker" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 377 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 378 | <intent-filter> |
| 379 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 380 | <category android:name="android.intent.category.DEFAULT" /> |
| 381 | </intent-filter> |
| 382 | </activity> |
| 383 | |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 384 | <service android:name=".TetherService" |
| 385 | android:exported="true" |
| 386 | android:permission="android.permission.CONNECTIVITY_INTERNAL" /> |
| 387 | <receiver |
| 388 | android:name=".HotspotOffReceiver" > |
| 389 | <intent-filter> |
| 390 | <action android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" /> |
| 391 | </intent-filter> |
| 392 | </receiver> |
Sanket Padawe | bcbe980 | 2014-12-02 09:45:35 -0800 | [diff] [blame] | 393 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 394 | <activity android:name="Settings$TetherSettingsActivity" |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 395 | android:label="@string/tether_settings_title_all" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 396 | android:taskAffinity=""> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 397 | <intent-filter> |
| 398 | <action android:name="android.intent.action.MAIN" /> |
| 399 | <category android:name="android.intent.category.DEFAULT" /> |
| 400 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 401 | <category android:name="com.android.settings.SHORTCUT" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 402 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 403 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 404 | android:value="com.android.settings.TetherSettings" /> |
| 405 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 406 | android:resource="@id/wireless_settings" /> |
| 407 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 408 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 409 | <!-- Keep compatibility with old shortcuts. --> |
| 410 | <activity-alias android:name=".TetherSettings" |
| 411 | android:label="@string/tether_settings_title_all" |
| 412 | android:clearTaskOnLaunch="true" |
| 413 | android:exported="true" |
| 414 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 415 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 416 | android:value="com.android.settings.TetherSettings" /> |
| 417 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 418 | android:resource="@id/wireless_settings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 419 | </activity-alias> |
| 420 | |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 421 | <activity android:name="Settings$WifiP2pSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 422 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 423 | android:parentActivityName="Settings$WifiSettingsActivity"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 424 | <intent-filter> |
| 425 | <action android:name="android.intent.action.MAIN" /> |
| 426 | <category android:name="android.intent.category.DEFAULT" /> |
| 427 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 428 | </intent-filter> |
| 429 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 430 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 431 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 432 | android:resource="@id/wireless_settings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 433 | </activity> |
| 434 | |
| 435 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 436 | <activity android:name="Settings$VpnSettingsActivity" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 437 | android:label="@string/vpn_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 438 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 439 | <intent-filter android:priority="1"> |
| 440 | <action android:name="android.net.vpn.SETTINGS" /> |
| 441 | <category android:name="android.intent.category.DEFAULT" /> |
| 442 | </intent-filter> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 443 | <intent-filter> |
| 444 | <action android:name="android.intent.action.MAIN" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 445 | <category android:name="android.intent.category.DEFAULT" /> |
Hung-ying Tyan | 71e2d3b | 2009-06-14 17:53:19 +0800 | [diff] [blame] | 446 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 447 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 448 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 449 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 450 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 451 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 452 | android:resource="@id/wireless_settings" /> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 453 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 454 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 455 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 456 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 457 | <activity android:name="Settings$DateTimeSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 458 | android:label="@string/date_and_time" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 459 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 460 | <intent-filter android:priority="1"> |
| 461 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 462 | <category android:name="android.intent.category.DEFAULT" /> |
| 463 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 464 | <intent-filter> |
| 465 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 466 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 467 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 468 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 469 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 470 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 471 | android:value="com.android.settings.DateTimeSettings" /> |
| 472 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 473 | android:resource="@id/date_time_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 474 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 475 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 476 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 477 | |
Daisuke Miyakawa | 6992383 | 2010-09-14 11:27:13 -0700 | [diff] [blame] | 478 | <activity android:name="DateTimeSettingsSetupWizard" |
| 479 | android:label="@string/date_and_time" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 480 | android:theme="@android:style/Theme.Material.Light.NoActionBar" |
Daisuke Miyakawa | 6992383 | 2010-09-14 11:27:13 -0700 | [diff] [blame] | 481 | android:screenOrientation="behind"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 482 | <intent-filter> |
| 483 | <action android:name="android.intent.action.MAIN" /> |
| 484 | </intent-filter> |
| 485 | </activity> |
| 486 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 487 | <activity android:name="Settings$LocalePickerActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 488 | android:label="@string/language_picker_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 489 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 490 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 491 | <intent-filter android:priority="1"> |
| 492 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 493 | <category android:name="android.intent.category.DEFAULT" /> |
| 494 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 495 | <intent-filter> |
| 496 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 497 | <category android:name="android.intent.category.DEFAULT" /> |
| 498 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 499 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 500 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 501 | android:value="com.android.settings.LocalePicker" /> |
| 502 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 503 | android:resource="@id/language_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 504 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 505 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 506 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 507 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 508 | <activity android:name="Settings$InputMethodAndLanguageSettingsActivity" |
Amith Yamasani | 985f5ef | 2009-09-16 12:43:50 -0700 | [diff] [blame] | 509 | android:label="@string/language_keyboard_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 510 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 511 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 512 | <intent-filter android:priority="1"> |
| 513 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 514 | <category android:name="android.intent.category.DEFAULT" /> |
| 515 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 516 | <intent-filter> |
| 517 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 518 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 519 | <category android:name="android.intent.category.DEFAULT" /> |
| 520 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 521 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 522 | android:value="com.android.settings.inputmethod.InputMethodAndLanguageSettings" /> |
| 523 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 524 | android:resource="@id/language_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 525 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 526 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 527 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 528 | |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 529 | <activity android:name="Settings$VoiceInputSettingsActivity" |
| 530 | android:label="@string/voice_input_settings_title" |
| 531 | android:taskAffinity="com.android.settings" |
| 532 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 533 | <intent-filter android:priority="1"> |
| 534 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 535 | <category android:name="android.intent.category.DEFAULT" /> |
| 536 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 537 | <intent-filter> |
| 538 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 539 | <category android:name="android.intent.category.DEFAULT" /> |
| 540 | </intent-filter> |
| 541 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 542 | android:value="com.android.settings.voice.VoiceInputSettings" /> |
| 543 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 544 | android:resource="@id/language_settings" /> |
| 545 | </activity> |
| 546 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 547 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
| 548 | android:label="@string/keyboard_layout_picker_title" |
| 549 | android:clearTaskOnLaunch="true"> |
| 550 | <intent-filter> |
| 551 | <action android:name="android.intent.action.MAIN" /> |
| 552 | <category android:name="android.intent.category.DEFAULT" /> |
| 553 | </intent-filter> |
| 554 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Brown | 766b286 | 2012-05-18 15:04:45 -0700 | [diff] [blame] | 555 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 556 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 557 | android:resource="@id/language_settings" /> |
| 558 | </activity> |
| 559 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 560 | <!-- Keep compatibility with old shortcuts. --> |
| 561 | <activity-alias android:name="LanguageSettings" |
| 562 | android:label="@string/language_keyboard_settings_title" |
| 563 | android:clearTaskOnLaunch="true" |
| 564 | android:exported="true" |
| 565 | android:targetActivity="Settings$InputMethodAndLanguageSettingsActivity"> |
| 566 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 567 | android:value="com.android.settings.inputmethod.InputMethodAndLanguageSettings" /> |
| 568 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 569 | android:resource="@id/language_settings" /> |
| 570 | </activity-alias> |
| 571 | |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 572 | <activity android:name="Settings$SpellCheckersSettingsActivity" |
| 573 | android:label="@string/spellcheckers_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 574 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 575 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 576 | <intent-filter> |
| 577 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 578 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 579 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 580 | </intent-filter> |
| 581 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 582 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
| 583 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 584 | android:resource="@id/language_settings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 585 | </activity> |
| 586 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 587 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 588 | android:label="" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 589 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 590 | <intent-filter android:priority="1"> |
| 591 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 592 | <category android:name="android.intent.category.DEFAULT" /> |
| 593 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 594 | <intent-filter> |
| 595 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 596 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 597 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 598 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 599 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 600 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 601 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 602 | |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 603 | <!-- TODO: This should also be forwarded, but we can't use cross-profile intent filters --> |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 604 | <receiver android:name=".inputmethod.InputMethodDialogReceiver" |
| 605 | android:enabled="true"> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 606 | <intent-filter> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 607 | <action android:name="android.settings.SHOW_INPUT_METHOD_PICKER" /> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 608 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 609 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 610 | android:value="true" /> |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 611 | </receiver> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 612 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 613 | <activity android:name="Settings$UserDictionarySettingsActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 614 | android:label="@string/user_dict_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 615 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 616 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 617 | <intent-filter android:priority="1"> |
| 618 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 619 | <category android:name="android.intent.category.DEFAULT" /> |
| 620 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 621 | <intent-filter> |
| 622 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 623 | <category android:name="android.intent.category.DEFAULT" /> |
| 624 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 625 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 626 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 627 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 628 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 629 | android:resource="@id/language_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 630 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 631 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 632 | </activity> |
| 633 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 634 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 635 | android:label="@string/user_dict_settings_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 636 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 637 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 638 | android:noHistory="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 639 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 640 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 641 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
Jean Chalard | 6b8e658 | 2011-12-02 19:15:47 +0900 | [diff] [blame] | 642 | <action android:name="com.android.settings.USER_DICTIONARY_EDIT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 643 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 644 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 645 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 646 | android:value="true" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 647 | </activity> |
| 648 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 649 | <!-- Keep compatibility with old shortcuts. --> |
| 650 | <activity-alias android:name="UserDictionarySettings" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 651 | android:label="@string/user_dict_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 652 | android:exported="true" |
| 653 | android:targetActivity="Settings$UserDictionarySettingsActivity"> |
| 654 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 655 | android:value="com.android.settings.UserDictionarySettings" /> |
| 656 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 657 | android:resource="@id/language_settings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 658 | </activity-alias> |
| 659 | |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 660 | <activity android:name="Settings$ZenModeSettingsActivity" |
| 661 | android:label="@string/zen_mode_settings_title" |
| 662 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 663 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 664 | <intent-filter android:priority="1"> |
| 665 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 666 | <category android:name="android.intent.category.DEFAULT" /> |
| 667 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 668 | <intent-filter> |
| 669 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 670 | <category android:name="android.intent.category.DEFAULT" /> |
| 671 | <category android:name="com.android.settings.SHORTCUT" /> |
| 672 | </intent-filter> |
| 673 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 674 | android:value="com.android.settings.notification.ZenModeSettings" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 675 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 676 | android:resource="@id/notification_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 677 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 678 | android:value="true" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 679 | </activity> |
| 680 | |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 681 | <activity android:name="Settings$ZenModePrioritySettingsActivity" |
| 682 | android:label="@string/zen_mode_priority_settings_title" |
| 683 | android:exported="true" |
| 684 | android:taskAffinity=""> |
| 685 | <intent-filter android:priority="1"> |
| 686 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 687 | <category android:name="android.intent.category.DEFAULT" /> |
| 688 | </intent-filter> |
| 689 | <intent-filter> |
| 690 | <action android:name="android.intent.action.MAIN" /> |
| 691 | <category android:name="android.intent.category.DEFAULT" /> |
| 692 | <category android:name="com.android.settings.SHORTCUT" /> |
| 693 | </intent-filter> |
| 694 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 695 | android:value="com.android.settings.notification.ZenModePrioritySettings" /> |
| 696 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 697 | android:resource="@id/notification_settings" /> |
| 698 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 699 | android:value="true" /> |
| 700 | </activity> |
| 701 | |
John Spurlock | d8b3683 | 2015-04-03 15:11:33 -0400 | [diff] [blame] | 702 | <activity android:name="Settings$ZenModeAutomationSettingsActivity" |
| 703 | android:label="@string/zen_mode_automation_settings_title" |
| 704 | android:exported="true" |
| 705 | android:taskAffinity=""> |
| 706 | <intent-filter android:priority="1"> |
| 707 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 708 | <category android:name="android.intent.category.DEFAULT" /> |
| 709 | </intent-filter> |
| 710 | <intent-filter> |
| 711 | <action android:name="android.intent.action.MAIN" /> |
| 712 | <category android:name="android.intent.category.DEFAULT" /> |
| 713 | <category android:name="com.android.settings.SHORTCUT" /> |
| 714 | </intent-filter> |
| 715 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 716 | android:value="com.android.settings.notification.ZenModeAutomationSettings" /> |
| 717 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 718 | android:resource="@id/notification_settings" /> |
| 719 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 720 | android:value="true" /> |
| 721 | </activity> |
| 722 | |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 723 | <activity android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
| 724 | android:exported="true" |
| 725 | android:taskAffinity=""> |
| 726 | <intent-filter android:priority="1"> |
| 727 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 728 | <category android:name="android.intent.category.DEFAULT" /> |
| 729 | </intent-filter> |
| 730 | <intent-filter> |
| 731 | <action android:name="android.intent.action.MAIN" /> |
| 732 | <category android:name="android.intent.category.DEFAULT" /> |
| 733 | <category android:name="com.android.settings.SHORTCUT" /> |
| 734 | </intent-filter> |
| 735 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 736 | android:value="com.android.settings.notification.ZenModeScheduleRuleSettings" /> |
| 737 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 738 | android:resource="@id/notification_settings" /> |
| 739 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 740 | android:value="true" /> |
| 741 | </activity> |
| 742 | |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 743 | <activity android:name="Settings$HomeSettingsActivity" |
| 744 | android:label="@string/home_settings" |
| 745 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 746 | <intent-filter android:priority="1"> |
| 747 | <action android:name="android.settings.HOME_SETTINGS" /> |
| 748 | <category android:name="android.intent.category.DEFAULT" /> |
| 749 | </intent-filter> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 750 | <intent-filter> |
| 751 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 752 | <category android:name="android.intent.category.DEFAULT" /> |
| 753 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 754 | </intent-filter> |
| 755 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 756 | android:value="com.android.settings.HomeSettings" /> |
| 757 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 758 | android:resource="@id/home_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 759 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 760 | android:value="true" /> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 761 | </activity> |
| 762 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 763 | <activity android:name="Settings$DisplaySettingsActivity" |
Amith Yamasani | 992f102 | 2010-01-25 09:17:53 -0800 | [diff] [blame] | 764 | android:label="@string/display_settings" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 765 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 766 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 767 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 768 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 769 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 770 | </intent-filter> |
| 771 | <intent-filter> |
| 772 | <action android:name="android.intent.action.MAIN" /> |
| 773 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 774 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 775 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 776 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 777 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 778 | android:value="com.android.settings.DisplaySettings" /> |
| 779 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 780 | android:resource="@id/display_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 781 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 782 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 783 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 784 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 785 | <!-- Keep compatibility with old shortcuts. --> |
| 786 | <activity-alias android:name="DisplaySettings" |
| 787 | android:label="@string/display_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 788 | android:exported="true" |
| 789 | android:targetActivity="Settings$DisplaySettingsActivity"> |
| 790 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 791 | android:value="com.android.settings.DisplaySettings" /> |
| 792 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 793 | android:resource="@id/display_settings" /> |
| 794 | </activity-alias> |
| 795 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 796 | <activity android:name="Settings$DeviceInfoSettingsActivity" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 797 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 798 | android:label="@string/device_info_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 799 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 800 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 801 | <intent-filter android:priority="1"> |
| 802 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
| 803 | <category android:name="android.intent.category.DEFAULT" /> |
| 804 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 805 | <intent-filter> |
| 806 | <action android:name="android.intent.action.MAIN" /> |
| 807 | <category android:name="android.intent.category.DEFAULT" /> |
| 808 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 809 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 810 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 811 | android:value="com.android.settings.DeviceInfoSettings" /> |
| 812 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 813 | android:resource="@id/about_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 814 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 815 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 816 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 817 | |
| 818 | <activity android:name="SettingsLicenseActivity" |
| 819 | android:label="@string/settings_license_activity_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 820 | android:theme="@android:style/Theme.Material.Light.Panel" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 821 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 822 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 823 | <action android:name="android.settings.LICENSE" /> |
| 824 | <category android:name="android.intent.category.DEFAULT" /> |
| 825 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 826 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 827 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 828 | </activity> |
| 829 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 830 | <activity android:name="Settings$ManageApplicationsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 831 | android:label="@string/applications_settings" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 832 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 833 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 834 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 835 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 836 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 837 | </intent-filter> |
| 838 | <intent-filter> |
| 839 | <action android:name="android.intent.action.MAIN" /> |
| 840 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 841 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 842 | <category android:name="com.android.settings.SHORTCUT" /> |
| 843 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 844 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 845 | android:value="com.android.settings.applications.ManageApplications" /> |
| 846 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 847 | android:resource="@id/application_settings" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 848 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 849 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 850 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 851 | |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 852 | <activity android:name="Settings$AllApplicationsActivity" |
| 853 | android:label="@string/applications_settings" |
| 854 | android:taskAffinity=""> |
| 855 | <intent-filter> |
| 856 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
| 857 | <category android:name="android.intent.category.DEFAULT" /> |
| 858 | </intent-filter> |
| 859 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 860 | android:value="com.android.settings.applications.ManageApplications" /> |
| 861 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 862 | android:resource="@id/application_settings" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 863 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 864 | android:value="true" /> |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 865 | </activity> |
| 866 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 867 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 868 | <activity-alias android:name=".applications.ManageApplications" |
| 869 | android:label="@string/applications_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 870 | android:exported="true" |
| 871 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 872 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 873 | android:value="com.android.settings.applications.ManageApplications" /> |
| 874 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 875 | android:resource="@id/application_settings" /> |
| 876 | </activity-alias> |
| 877 | |
| 878 | <!-- Keep compatibility with old shortcuts. Pre-gingerbread. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 879 | <activity-alias android:name=".ManageApplications" |
| 880 | android:label="@string/manageapplications_settings_title" |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 881 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 882 | android:targetActivity="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 883 | </activity-alias> |
| 884 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 885 | <!-- Provide direct entry into manage apps showing running services. |
| 886 | This is for compatibility with old shortcuts. --> |
| 887 | <activity-alias android:name=".RunningServices" |
| 888 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 889 | android:exported="true" |
| 890 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 891 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 892 | android:value="com.android.settings.applications.ManageApplications" /> |
| 893 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 894 | android:resource="@id/application_settings" /> |
| 895 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 896 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 897 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 898 | This is for compatibility with old shortcuts. --> |
| 899 | <activity-alias android:name=".applications.StorageUse" |
| 900 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 901 | android:exported="true" |
| 902 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 903 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 904 | android:value="com.android.settings.applications.ManageApplications" /> |
| 905 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 906 | android:resource="@id/application_settings" /> |
| 907 | </activity-alias> |
| 908 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 909 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 910 | trick is so the code that is now a fragment can still be called |
| 911 | InstalledAppDetails. --> |
| 912 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 913 | android:label="@string/application_info_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 914 | android:exported="true" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 915 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 916 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 917 | </activity> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 918 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 919 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 920 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 921 | android:label="@string/application_info_label" |
| 922 | android:exported="true" |
| 923 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 924 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 925 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
| 926 | <category android:name="android.intent.category.DEFAULT" /> |
| 927 | <data android:scheme="package" /> |
| 928 | </intent-filter> |
| 929 | </activity-alias> |
| 930 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 931 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 932 | <activity android:name="Settings$RunningServicesActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 933 | android:label="@string/runningservices_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 934 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 935 | android:parentActivityName="Settings"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 936 | <intent-filter> |
| 937 | <action android:name="android.intent.action.MAIN" /> |
| 938 | <category android:name="android.intent.category.DEFAULT" /> |
| 939 | <category android:name="android.intent.category.MONKEY" /> |
| 940 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 941 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 942 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 943 | android:value="com.android.settings.applications.ManageApplications" /> |
| 944 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 945 | android:resource="@id/application_settings" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 946 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 947 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 948 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 949 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 950 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 951 | <activity android:name="Settings$StorageUseActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 952 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 953 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 954 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 955 | <intent-filter android:priority="1"> |
| 956 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 957 | <category android:name="android.intent.category.DEFAULT" /> |
| 958 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 959 | <intent-filter> |
| 960 | <action android:name="android.intent.action.MAIN" /> |
| 961 | <category android:name="android.intent.category.DEFAULT" /> |
| 962 | <category android:name="android.intent.category.MONKEY" /> |
| 963 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 964 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 965 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 966 | android:value="com.android.settings.applications.ManageApplications" /> |
| 967 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 968 | android:resource="@id/application_settings" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 969 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 970 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 971 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 972 | |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 973 | <activity android:name="Settings$NotificationStationActivity" |
Christoph Studer | 9717fab | 2014-06-30 16:10:26 +0200 | [diff] [blame] | 974 | android:theme="@style/Theme.NotificationStation" |
John Spurlock | 72d3c27 | 2014-06-05 12:04:02 -0400 | [diff] [blame] | 975 | android:label="@string/notification_log_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 976 | android:taskAffinity=""> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 977 | <intent-filter> |
| 978 | <action android:name="android.intent.action.MAIN" /> |
| 979 | <category android:name="android.intent.category.DEFAULT" /> |
| 980 | <category android:name="com.android.settings.SHORTCUT" /> |
| 981 | </intent-filter> |
| 982 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 983 | android:value="com.android.settings.notification.NotificationStation" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 984 | </activity> |
| 985 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame^] | 986 | <activity android:name=".notification.ZenModeVoiceActivity" |
| 987 | android:theme="@android:style/Theme.Material.Light" |
| 988 | android:label="@string/zen_mode_settings_title"> |
| 989 | <intent-filter> |
| 990 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 991 | <category android:name="android.intent.category.DEFAULT" /> |
| 992 | <category android:name="android.intent.category.VOICE" /> |
| 993 | </intent-filter> |
| 994 | </activity> |
| 995 | |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 996 | <!-- |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 997 | <activity android:name="Settings$AppOpsSummaryActivity" |
| 998 | android:label="@string/app_ops_settings" |
| 999 | android:taskAffinity="" |
Dianne Hackborn | 5635594 | 2013-09-29 17:07:49 -0700 | [diff] [blame] | 1000 | android:enabled="false"> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1001 | <intent-filter> |
| 1002 | <action android:name="android.intent.action.MAIN" /> |
| 1003 | <action android:name="android.settings.APP_OPS_SETTINGS" /> |
| 1004 | <category android:name="android.intent.category.DEFAULT" /> |
| 1005 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1006 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1007 | </intent-filter> |
| 1008 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1009 | android:value="com.android.settings.applications.AppOpsSummary" /> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1010 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1011 | android:resource="@id/application_settings" /> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1012 | </activity> |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1013 | --> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1014 | |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1015 | <activity android:name="Settings$LocationSettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1016 | android:label="@string/location_settings_title" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1017 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1018 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1019 | <intent-filter android:priority="1"> |
| 1020 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1021 | <category android:name="android.intent.category.DEFAULT" /> |
| 1022 | </intent-filter> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1023 | <intent-filter> |
| 1024 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1025 | <category android:name="android.intent.category.DEFAULT" /> |
| 1026 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1027 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1028 | </intent-filter> |
| 1029 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1030 | android:value="com.android.settings.location.LocationSettings" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1031 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1032 | android:resource="@id/location_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1033 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1034 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1035 | </activity> |
| 1036 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1037 | <activity android:name="Settings$SecuritySettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1038 | android:label="@string/security_settings_title" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1039 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1040 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1041 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1042 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1043 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1044 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1045 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1046 | </intent-filter> |
| 1047 | <intent-filter> |
| 1048 | <action android:name="android.intent.action.MAIN" /> |
| 1049 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1050 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1051 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1052 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1053 | android:value="com.android.settings.SecuritySettings" /> |
| 1054 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1055 | android:resource="@id/security_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1056 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1057 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1058 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1059 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1060 | <activity android:name="MonitoringCertInfoActivity" |
| 1061 | android:label="@string/ssl_ca_cert_dialog_title" |
| 1062 | android:theme="@style/Transparent" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1063 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1064 | <intent-filter android:priority="1"> |
| 1065 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1066 | <category android:name="android.intent.category.DEFAULT" /> |
| 1067 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1068 | <intent-filter> |
| 1069 | <action android:name="android.intent.action.MAIN" /> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1070 | <category android:name="android.intent.category.DEFAULT" /> |
| 1071 | </intent-filter> |
| 1072 | </activity> |
| 1073 | |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1074 | <activity android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1075 | android:label="@string/trusted_credentials" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1076 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1077 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1078 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1079 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1080 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1081 | </intent-filter> |
| 1082 | <intent-filter> |
| 1083 | <action android:name="android.intent.action.MAIN" /> |
| 1084 | <category android:name="android.intent.category.DEFAULT" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1085 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1086 | </intent-filter> |
| 1087 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1088 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
| 1089 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1090 | android:resource="@id/security_settings" /> |
| 1091 | </activity> |
| 1092 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1093 | <!-- Keep compatibility with old shortcuts. --> |
| 1094 | <activity-alias android:name="SecuritySettings" |
| 1095 | android:label="@string/security_settings_title" |
| 1096 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1097 | android:exported="true" |
| 1098 | android:targetActivity="Settings$SecuritySettingsActivity"> |
| 1099 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1100 | android:value="com.android.settings.SecuritySettings" /> |
| 1101 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1102 | android:resource="@id/security_settings" /> |
| 1103 | </activity-alias> |
| 1104 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1105 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1106 | android:label="@string/privacy_settings_title" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1107 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1108 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1109 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1110 | <intent-filter android:priority="1"> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1111 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1112 | <action android:name="android.settings.BACKUP_AND_RESET_SETTINGS" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1113 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1114 | </intent-filter> |
| 1115 | <intent-filter> |
| 1116 | <action android:name="android.intent.action.MAIN" /> |
| 1117 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1118 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1119 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1120 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1121 | android:value="com.android.settings.PrivacySettings" /> |
| 1122 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1123 | android:resource="@id/privacy_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1124 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1125 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1126 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1127 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1128 | <activity android:name="SetFullBackupPassword" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1129 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1130 | android:exported="false"> |
| 1131 | </activity> |
| 1132 | |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1133 | <activity android:name="CredentialStorage" |
| 1134 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1135 | android:launchMode="singleTop" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1136 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1137 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1138 | <action android:name="com.android.credentials.UNLOCK" /> |
| 1139 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1140 | <action android:name="com.android.credentials.RESET" /> |
| 1141 | <category android:name="android.intent.category.DEFAULT" /> |
| 1142 | </intent-filter> |
| 1143 | </activity> |
| 1144 | |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1145 | <activity android:name="Settings$DeviceAdminSettingsActivity" |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1146 | android:label="@string/device_admin_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1147 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1148 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1149 | <intent-filter> |
| 1150 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1151 | <category android:name="android.intent.category.DEFAULT" /> |
| 1152 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1153 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1154 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1155 | android:value="com.android.settings.DeviceAdminSettings" /> |
| 1156 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1157 | android:resource="@id/security_settings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1158 | </activity> |
| 1159 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1160 | <!-- Keep compatibility with old shortcuts. --> |
| 1161 | <activity-alias android:name="DeviceAdminSettings" |
| 1162 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1163 | android:exported="true" |
| 1164 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1165 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1166 | android:value="com.android.settings.DeviceAdminSettings" /> |
| 1167 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1168 | android:resource="@id/security_settings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1169 | </activity-alias> |
| 1170 | |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1171 | <activity android:name="DeviceAdminAdd" |
| 1172 | android:label="@string/device_admin_add_title" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1173 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1174 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1175 | <intent-filter> |
| 1176 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1177 | <category android:name="android.intent.category.DEFAULT" /> |
| 1178 | </intent-filter> |
| 1179 | </activity> |
| 1180 | |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1181 | <activity android:name="Settings$UsageAccessSettingsActivity" |
| 1182 | android:label="@string/usage_access_title" |
| 1183 | android:taskAffinity="com.android.settings" |
| 1184 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1185 | <intent-filter android:priority="1"> |
| 1186 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1187 | <category android:name="android.intent.category.DEFAULT" /> |
| 1188 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1189 | <intent-filter> |
| 1190 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1191 | <category android:name="android.intent.category.DEFAULT" /> |
| 1192 | </intent-filter> |
| 1193 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1194 | android:value="com.android.settings.UsageAccessSettings" /> |
| 1195 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1196 | android:resource="@id/security_settings" /> |
| 1197 | </activity> |
| 1198 | |
Amith Yamasani | b8e0f60 | 2014-07-28 16:28:36 -0700 | [diff] [blame] | 1199 | <activity-alias android:name="SetProfileOwner" |
| 1200 | android:label="@string/profile_owner_add_title" |
| 1201 | android:targetActivity="DeviceAdminAdd"> |
| 1202 | <intent-filter android:priority="1000"> |
| 1203 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1204 | <category android:name="android.intent.category.DEFAULT" /> |
| 1205 | </intent-filter> |
| 1206 | </activity-alias> |
| 1207 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1208 | <activity android:name="IccLockSettings" |
| 1209 | android:label="@string/sim_lock_settings" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1210 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1211 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1212 | <intent-filter> |
| 1213 | <action android:name="android.intent.action.MAIN" /> |
| 1214 | <category android:name="android.intent.category.DEFAULT" /> |
| 1215 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1216 | </intent-filter> |
| 1217 | </activity> |
| 1218 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1219 | <activity android:name="Settings$AccessibilitySettingsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 1220 | android:label="@string/accessibility_settings" |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1221 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1222 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1223 | <intent-filter android:priority="1"> |
| 1224 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1225 | <category android:name="android.intent.category.DEFAULT" /> |
| 1226 | </intent-filter> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1227 | <intent-filter> |
| 1228 | <action android:name="android.intent.action.MAIN" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1229 | <category android:name="android.intent.category.DEFAULT" /> |
| 1230 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1231 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1232 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1233 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1234 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1235 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1236 | android:resource="@id/accessibility_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1237 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1238 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1239 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1240 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1241 | <activity android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
| 1242 | android:label="@string/accessibility_display_daltonizer_preference_title" |
| 1243 | android:taskAffinity="com.android.settings" |
| 1244 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1245 | <intent-filter android:priority="1"> |
| 1246 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1247 | <category android:name="android.intent.category.DEFAULT" /> |
| 1248 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1249 | <intent-filter> |
| 1250 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1251 | <category android:name="android.intent.category.DEFAULT" /> |
| 1252 | </intent-filter> |
| 1253 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1254 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
| 1255 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1256 | android:resource="@id/accessibility_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1257 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1258 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1259 | </activity> |
| 1260 | |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1261 | <activity android:name="Settings$CaptioningSettingsActivity" |
| 1262 | android:label="@string/accessibility_captioning_title" |
| 1263 | android:taskAffinity="com.android.settings" |
| 1264 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1265 | <intent-filter android:priority="1"> |
| 1266 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1267 | <category android:name="android.intent.category.DEFAULT" /> |
| 1268 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1269 | <intent-filter> |
| 1270 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1271 | <category android:name="android.intent.category.DEFAULT" /> |
| 1272 | </intent-filter> |
| 1273 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1274 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1275 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1276 | android:resource="@id/accessibility_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1277 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1278 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1279 | </activity> |
| 1280 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1281 | <activity android:name="Settings$TextToSpeechSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1282 | android:label="@string/tts_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1283 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1284 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1285 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1286 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1287 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1288 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1289 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1290 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1291 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1292 | android:resource="@id/language_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1293 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1294 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1295 | </activity> |
| 1296 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1297 | <!-- Second and third-level settings --> |
| 1298 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1299 | <!-- Lock screen settings --> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1300 | <activity android:name="ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1301 | android:exported="true" |
| 1302 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1303 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1304 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
| 1305 | <category android:name="android.intent.category.DEFAULT" /> |
| 1306 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1307 | </activity> |
| 1308 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1309 | <activity android:name=".SetupRedactionInterstitial" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1310 | android:taskAffinity="com.android.wizard" |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1311 | android:theme="@style/SetupWizardDisableAppStartingTheme"/> |
| 1312 | |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1313 | <activity android:name=".notification.RedactionInterstitial"/> |
| 1314 | |
| 1315 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1316 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1317 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1318 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1319 | <category android:name="android.intent.category.DEFAULT" /> |
| 1320 | </intent-filter> |
| 1321 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1322 | |
Jim Miller | 7da8cae | 2011-01-06 21:52:09 -0800 | [diff] [blame] | 1323 | <activity android:name="ConfirmLockPattern"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1324 | |
Jim Miller | d759059 | 2011-01-10 18:24:11 -0800 | [diff] [blame] | 1325 | <activity android:name="ConfirmLockPassword" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1326 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1327 | |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 1328 | <activity android:name="FingerprintSettings" android:exported="false"/> |
| 1329 | <activity android:name="FingerprintEnroll" android:exported="false"/> |
| 1330 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1331 | <!-- Note this must not be exported since it returns the password in the intent --> |
| 1332 | <activity android:name="ConfirmLockPattern$InternalActivity" |
| 1333 | android:exported="false"/> |
| 1334 | |
| 1335 | <!-- Note this must not be exported since it returns the password in the intent --> |
| 1336 | <activity android:name="ConfirmLockPassword$InternalActivity" |
| 1337 | android:exported="false" |
| 1338 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
| 1339 | |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1340 | <activity android:name="SetupChooseLockGeneric" |
| 1341 | android:taskAffinity="com.android.wizard" |
| 1342 | android:theme="@style/SetupWizardDisableAppStartingTheme" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 1343 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1344 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1345 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 1346 | <category android:name="android.intent.category.DEFAULT" /> |
| 1347 | </intent-filter> |
| 1348 | </activity> |
| 1349 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1350 | <activity android:name="ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1351 | android:label="@string/lockpassword_choose_lock_generic_header" |
| 1352 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1353 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1354 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
| 1355 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1356 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1357 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1358 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1359 | </activity> |
| 1360 | |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1361 | <activity android:name="ChooseLockGeneric$InternalActivity" android:exported="false" |
| 1362 | android:label="@string/lockpassword_choose_lock_generic_header" |
| 1363 | android:excludeFromRecents="true" |
| 1364 | /> |
| 1365 | |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1366 | <activity android:name="SetupChooseLockPattern" |
| 1367 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1368 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1369 | android:theme="@style/SetupWizardDisableAppStartingTheme" /> |
| 1370 | |
Jim Miller | 7da8cae | 2011-01-06 21:52:09 -0800 | [diff] [blame] | 1371 | <activity android:name="ChooseLockPattern" android:exported="false"/> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1372 | |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1373 | <activity android:name="SetupChooseLockPassword" |
| 1374 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1375 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1376 | android:theme="@style/SetupWizardDisableAppStartingTheme" |
| 1377 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 1378 | |
Jim Miller | d759059 | 2011-01-10 18:24:11 -0800 | [diff] [blame] | 1379 | <activity android:name="ChooseLockPassword" android:exported="false" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1380 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 1381 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1382 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1383 | android:taskAffinity="com.android.wizard" |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1384 | android:theme="@style/SetupWizardDisableAppStartingTheme"/> |
| 1385 | |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 1386 | <activity android:name=".EncryptionInterstitial"/> |
| 1387 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1388 | <!-- Runs in the phone process since it needs access to the Phone object --> |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1389 | <activity android:name=".deviceinfo.Status" |
| 1390 | android:label="@string/device_status_activity_title" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1391 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1392 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1393 | <intent-filter> |
| 1394 | <action android:name="android.intent.action.MAIN" /> |
| 1395 | <category android:name="android.intent.category.DEFAULT" /> |
| 1396 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1397 | </intent-filter> |
| 1398 | </activity> |
| 1399 | |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1400 | <!-- Runs in the phone process since it needs access to the Phone object --> |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1401 | <activity android:name=".deviceinfo.SimStatus" |
| 1402 | android:label="@string/sim_status_title" |
| 1403 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
| 1404 | android:process="com.android.phone"> |
| 1405 | <intent-filter> |
| 1406 | <action android:name="android.intent.action.MAIN" /> |
| 1407 | <category android:name="android.intent.category.DEFAULT" /> |
| 1408 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1409 | </intent-filter> |
| 1410 | </activity> |
| 1411 | |
| 1412 | <!-- Runs in the phone process since it needs access to the Phone object --> |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1413 | <activity android:name=".deviceinfo.ImeiInformation" |
| 1414 | android:label="@string/imei_information_title" |
| 1415 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
| 1416 | android:process="com.android.phone"> |
| 1417 | <intent-filter> |
| 1418 | <action android:name="android.intent.action.MAIN" /> |
| 1419 | <category android:name="android.intent.category.DEFAULT" /> |
| 1420 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1421 | </intent-filter> |
| 1422 | </activity> |
| 1423 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1424 | <activity android:name="Settings$StorageSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1425 | android:label="@string/storage_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1426 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1427 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1428 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1429 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 1430 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 1431 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1432 | </intent-filter> |
| 1433 | <intent-filter> |
| 1434 | <action android:name="android.intent.action.MAIN" /> |
| 1435 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1436 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1437 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1438 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1439 | android:value="com.android.settings.deviceinfo.StorageSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1440 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1441 | android:resource="@id/storage_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1442 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1443 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1444 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1445 | |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1446 | <activity |
| 1447 | android:name="Settings$StorageVolumeSettingsActivity" |
| 1448 | android:label="@string/storage_settings_title" |
| 1449 | android:taskAffinity="com.android.settings" |
| 1450 | android:parentActivityName="Settings$StorageSettingsActivity"> |
| 1451 | <intent-filter> |
| 1452 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 1453 | <category android:name="android.intent.category.DEFAULT" /> |
| 1454 | <data |
| 1455 | android:scheme="content" |
| 1456 | android:host="com.android.externalstorage.documents" |
| 1457 | android:mimeType="vnd.android.document/root" /> |
| 1458 | </intent-filter> |
| 1459 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1460 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
| 1461 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1462 | android:resource="@id/storage_settings" /> |
| 1463 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 1464 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1465 | <activity android:name="ApnEditor" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 1466 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1467 | <intent-filter> |
| 1468 | <action android:name="android.intent.action.VIEW" /> |
| 1469 | <action android:name="android.intent.action.EDIT" /> |
| 1470 | <category android:name="android.intent.category.DEFAULT" /> |
| 1471 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 1472 | </intent-filter> |
| 1473 | |
| 1474 | <intent-filter> |
| 1475 | <action android:name="android.intent.action.INSERT" /> |
| 1476 | <category android:name="android.intent.category.DEFAULT" /> |
| 1477 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 1478 | </intent-filter> |
| 1479 | </activity> |
| 1480 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1481 | <activity android:name="MediaFormat" android:label="@string/media_format_title"> |
| 1482 | <intent-filter> |
| 1483 | <action android:name="android.intent.action.MAIN" /> |
| 1484 | </intent-filter> |
| 1485 | </activity> |
| 1486 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1487 | <activity android:name="Settings$DevelopmentSettingsActivity" |
Dianne Hackborn | ee29379 | 2010-11-01 12:32:33 -0700 | [diff] [blame] | 1488 | android:label="@string/development_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1489 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1490 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1491 | <intent-filter android:priority="1"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1492 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1493 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1494 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1495 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1496 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1497 | android:value="com.android.settings.DevelopmentSettings" /> |
| 1498 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1499 | android:resource="@id/development_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1500 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1501 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1502 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1503 | |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1504 | <activity android:name="Settings$PrintSettingsActivity" |
| 1505 | android:label="@string/print_settings" |
| 1506 | android:taskAffinity="com.android.settings" |
| 1507 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1508 | <intent-filter android:priority="1"> |
| 1509 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1510 | <category android:name="android.intent.category.DEFAULT" /> |
| 1511 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1512 | <intent-filter> |
| 1513 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1514 | <category android:name="android.intent.category.DEFAULT" /> |
| 1515 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1516 | </intent-filter> |
| 1517 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1518 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
| 1519 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1520 | android:resource="@id/print_settings" /> |
| 1521 | </activity> |
| 1522 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1523 | <activity android:name="Settings$PrintJobSettingsActivity" |
| 1524 | android:label="@string/print_print_job" |
| 1525 | android:taskAffinity="com.android.settings" |
| 1526 | android:parentActivityName="Settings$PrintSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1527 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1528 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1529 | <category android:name="android.intent.category.DEFAULT" /> |
| 1530 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 1531 | </intent-filter> |
| 1532 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1533 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
| 1534 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1535 | android:resource="@id/print_settings" /> |
| 1536 | </activity> |
| 1537 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1538 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1539 | <activity-alias android:name="DevelopmentSettings" |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1540 | android:exported="true" |
| 1541 | android:label="@string/development_settings_title" |
| 1542 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1543 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1544 | android:value="com.android.settings.DevelopmentSettings" /> |
| 1545 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1546 | android:resource="@id/development_settings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1547 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1548 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 1549 | <activity android:name=".AppPicker" android:label="@string/select_application" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1550 | android:theme="@android:style/Theme.Material.Light.Dialog" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 1551 | |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1552 | <activity android:name="Settings$UsbSettingsActivity" |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1553 | android:label="@string/storage_title_usb" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1554 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1555 | android:parentActivityName="Settings$StorageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1556 | <intent-filter android:priority="1"> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1557 | <action android:name="android.settings.STORAGE_USB_SETTINGS" /> |
| 1558 | <action android:name="com.android.settings.STORAGE_USB_SETTINGS" /> |
| 1559 | <category android:name="android.intent.category.DEFAULT" /> |
| 1560 | </intent-filter> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1561 | <intent-filter> |
| 1562 | <action android:name="android.intent.action.MAIN" /> |
| 1563 | <category android:name="android.intent.category.DEFAULT" /> |
| 1564 | </intent-filter> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1565 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1566 | android:value="com.android.settings.deviceinfo.UsbSettings" /> |
| 1567 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1568 | android:resource="@id/storage_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1569 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1570 | android:value="true" /> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1571 | </activity> |
| 1572 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1573 | <!-- Keep compatibility with old shortcuts. --> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1574 | <activity-alias android:name="UsbSettings" |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1575 | android:exported="true" |
| 1576 | android:label="@string/storage_title_usb" |
| 1577 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1578 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1579 | android:value="com.android.settings.deviceinfo.UsbSettings" /> |
| 1580 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1581 | android:resource="@id/storage_settings" /> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1582 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1583 | |
| 1584 | <!-- Bluetooth stuff --> |
| 1585 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 1586 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Jaikumar Ganesh | 363bd55 | 2009-09-16 14:37:13 -0700 | [diff] [blame] | 1587 | android:label="@string/bluetooth_pairing_request" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 1588 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1589 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1590 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 1591 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1592 | <category android:name="android.intent.category.DEFAULT" /> |
| 1593 | </intent-filter> |
| 1594 | </activity> |
| 1595 | |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1596 | <receiver |
Jake Hamby | 436b29e | 2011-02-07 18:21:25 -0800 | [diff] [blame] | 1597 | android:name=".bluetooth.BluetoothDiscoveryReceiver"> |
| 1598 | <intent-filter> |
| 1599 | <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" /> |
| 1600 | <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" /> |
| 1601 | <category android:name="android.intent.category.DEFAULT" /> |
| 1602 | </intent-filter> |
| 1603 | </receiver> |
| 1604 | |
| 1605 | <receiver |
Michael Chan | df9504e | 2009-12-06 01:04:04 -0800 | [diff] [blame] | 1606 | android:name=".bluetooth.DockEventReceiver"> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1607 | <intent-filter> |
| 1608 | <action android:name="android.intent.action.DOCK_EVENT" /> |
Michael Chan | 845e740 | 2010-01-13 16:31:39 -0800 | [diff] [blame] | 1609 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1610 | <action android:name="android.bluetooth.headset.action.STATE_CHANGED" /> |
| 1611 | <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" /> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1612 | <category android:name="android.intent.category.DEFAULT" /> |
| 1613 | </intent-filter> |
| 1614 | </receiver> |
| 1615 | |
Michael Chan | df9504e | 2009-12-06 01:04:04 -0800 | [diff] [blame] | 1616 | <service android:name=".bluetooth.DockService" /> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1617 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1618 | <activity android:name=".bluetooth.RequestPermissionActivity" |
| 1619 | android:label="@string/bluetooth_permission_request" |
| 1620 | android:excludeFromRecents="true" |
| 1621 | android:permission="android.permission.BLUETOOTH" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1622 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1623 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1624 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 1625 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
| 1626 | <category android:name="android.intent.category.DEFAULT" /> |
| 1627 | </intent-filter> |
| 1628 | </activity> |
| 1629 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1630 | <activity android:name=".wifi.WifiScanModeActivity" |
| 1631 | android:excludeFromRecents="true" |
| 1632 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1633 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1634 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 1635 | <category android:name="android.intent.category.DEFAULT" /> |
| 1636 | </intent-filter> |
| 1637 | </activity> |
| 1638 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1639 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 1640 | android:label="@string/bluetooth_pairing_request" |
| 1641 | android:excludeFromRecents="true" |
| 1642 | android:permission="android.permission.BLUETOOTH" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1643 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1644 | </activity> |
| 1645 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 1646 | <receiver android:name=".bluetooth.BluetoothPairingRequest"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1647 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 1648 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
| 1649 | <action android:name="android.bluetooth.device.action.PAIRING_CANCEL" /> |
Srinu Jella | 6892691 | 2013-12-02 15:48:45 +0530 | [diff] [blame] | 1650 | <action android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1651 | </intent-filter> |
| 1652 | </receiver> |
| 1653 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 1654 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
| 1655 | android:permission="android.permission.BLUETOOTH_ADMIN"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 1656 | <intent-filter> |
| 1657 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 1658 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 1659 | </intent-filter> |
| 1660 | </receiver> |
| 1661 | |
| 1662 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 1663 | android:label="@string/bluetooth_connection_permission_request" |
| 1664 | android:excludeFromRecents="true" |
| 1665 | android:permission="android.permission.BLUETOOTH_ADMIN" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1666 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1667 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 1668 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 1669 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 1670 | <category android:name="android.intent.category.DEFAULT" /> |
| 1671 | </intent-filter> |
| 1672 | </activity> |
| 1673 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 1674 | <activity android:name="ActivityPicker" |
| 1675 | android:label="@string/activity_picker_label" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1676 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 1677 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1678 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1679 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 1680 | <category android:name="android.intent.category.DEFAULT" /> |
| 1681 | </intent-filter> |
| 1682 | </activity> |
| 1683 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1684 | <!-- NFC settings --> |
| 1685 | <activity android:name="Settings$AndroidBeamSettingsActivity" |
| 1686 | android:label="@string/android_beam_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1687 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1688 | android:parentActivityName="Settings$WirelessSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1689 | <intent-filter android:priority="1"> |
| 1690 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 1691 | <category android:name="android.intent.category.DEFAULT" /> |
| 1692 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1693 | <intent-filter> |
| 1694 | <action android:name="android.intent.action.MAIN" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1695 | <category android:name="android.intent.category.DEFAULT" /> |
| 1696 | </intent-filter> |
| 1697 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 1698 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1699 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1700 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1701 | </activity> |
| 1702 | |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1703 | <activity android:name="Settings$WifiDisplaySettingsActivity" |
| 1704 | android:label="@string/wifi_display_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1705 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1706 | <intent-filter android:priority="1"> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1707 | <action android:name="android.settings.WIFI_DISPLAY_SETTINGS" /> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 1708 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1709 | <category android:name="android.intent.category.DEFAULT" /> |
| 1710 | </intent-filter> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1711 | <intent-filter> |
| 1712 | <action android:name="android.intent.action.MAIN" /> |
| 1713 | <category android:name="android.intent.category.DEFAULT" /> |
| 1714 | </intent-filter> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1715 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1716 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 1717 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1718 | |
| 1719 | |
| 1720 | <!-- Development settings --> |
| 1721 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1722 | <!-- DeviceInfo adds the user's requested build to stats upload. --> |
| 1723 | <receiver android:name=".DeviceInfo$StatsReportReceiver"> |
| 1724 | <intent-filter> |
| 1725 | <action android:name="android.intent.action.STATISTICS_REPORT" /> |
| 1726 | </intent-filter> |
| 1727 | </receiver> |
| 1728 | |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1729 | <activity android:name="BatteryInfo" android:label="@string/battery_info_label" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1730 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1731 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1732 | <intent-filter> |
| 1733 | <action android:name="android.intent.action.MAIN" /> |
| 1734 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1735 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1736 | </intent-filter> |
| 1737 | </activity> |
| 1738 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1739 | <activity android:name="Display" android:label="@string/display_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1740 | android:configChanges="fontScale" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1741 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1742 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1743 | <intent-filter> |
| 1744 | <action android:name="android.intent.action.MAIN" /> |
| 1745 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1746 | </intent-filter> |
| 1747 | </activity> |
| 1748 | |
| 1749 | <activity android:name="RadioInfo" android:label="@string/phone_info_label" |
| 1750 | android:process="com.android.phone"> |
| 1751 | <intent-filter> |
| 1752 | <action android:name="android.intent.action.MAIN" /> |
| 1753 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1754 | </intent-filter> |
| 1755 | </activity> |
| 1756 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1757 | <!-- Suspect activity alias: targetActivity is Settings itself, does not define a name. Remove? --> |
Daisuke Miyakawa | 21c1abc | 2010-09-12 15:42:56 -0700 | [diff] [blame] | 1758 | <activity-alias android:name="ProxySelector" |
| 1759 | android:label="@string/proxy_settings_label" |
| 1760 | android:targetActivity="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1761 | <intent-filter> |
| 1762 | <action android:name="android.intent.action.MAIN" /> |
Oscar Montemayor | 0541189 | 2010-08-03 16:56:09 -0700 | [diff] [blame] | 1763 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1764 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1765 | </intent-filter> |
Daisuke Miyakawa | 21c1abc | 2010-09-12 15:42:56 -0700 | [diff] [blame] | 1766 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1767 | |
| 1768 | <!-- TODO: Is this needed? --> |
| 1769 | <activity android:name="BandMode" |
| 1770 | android:theme="@android:style/Theme.Dialog" |
| 1771 | android:process="com.android.phone"> |
| 1772 | <intent-filter> |
| 1773 | <action android:name="android.intent.action.MAIN" /> |
| 1774 | <category android:name="android.intent.category.DEFAULT" /> |
| 1775 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1776 | </intent-filter> |
| 1777 | </activity> |
| 1778 | |
| 1779 | <activity android:name="TestingSettings" android:label="@string/testing"> |
| 1780 | <intent-filter> |
| 1781 | <action android:name="android.intent.action.MAIN" /> |
| 1782 | <category android:name="android.intent.category.DEFAULT" /> |
| 1783 | </intent-filter> |
| 1784 | </activity> |
| 1785 | |
| 1786 | <receiver android:name="TestingSettingsBroadcastReceiver"> |
| 1787 | <intent-filter> |
| 1788 | <action android:name="android.provider.Telephony.SECRET_CODE" /> |
| 1789 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 1790 | </intent-filter> |
| 1791 | </receiver> |
| 1792 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 1793 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 1794 | <activity android:name="AppWidgetPickActivity" |
| 1795 | android:label="@string/widget_picker_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1796 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 1797 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1798 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 1799 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1800 | <category android:name="android.intent.category.DEFAULT" /> |
| 1801 | </intent-filter> |
| 1802 | </activity> |
| 1803 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 1804 | <activity android:name="AllowBindAppWidgetActivity" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1805 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 1806 | android:finishOnCloseSystemDialogs="true" |
| 1807 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1808 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 1809 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 1810 | <category android:name="android.intent.category.DEFAULT" /> |
| 1811 | </intent-filter> |
| 1812 | </activity> |
| 1813 | |
Adam Lesinski | 1789f7d | 2014-08-06 17:53:38 -0700 | [diff] [blame] | 1814 | <activity android:name="UsageStatsActivity" android:label="@string/usage_stats_label" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1815 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1816 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1817 | <intent-filter> |
| 1818 | <action android:name="android.intent.action.MAIN" /> |
| 1819 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1820 | </intent-filter> |
| 1821 | </activity> |
| 1822 | |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 1823 | <activity android:name="Settings$PowerUsageSummaryActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1824 | android:label="@string/power_usage_summary_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1825 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1826 | <intent-filter android:priority="1"> |
| 1827 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 1828 | <category android:name="android.intent.category.DEFAULT" /> |
| 1829 | </intent-filter> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 1830 | <intent-filter> |
| 1831 | <action android:name="android.intent.action.MAIN" /> |
| 1832 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 1833 | <category android:name="com.android.settings.SHORTCUT" /> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 1834 | </intent-filter> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 1835 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1836 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
| 1837 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Amith Yamasani | f63942e | 2011-08-10 17:10:04 -0700 | [diff] [blame] | 1838 | android:resource="@id/battery_settings" /> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 1839 | </activity> |
| 1840 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1841 | <!-- Keep compatibility with old shortcuts. --> |
| 1842 | <activity-alias android:name=".fuelgauge.PowerUsageSummary" |
| 1843 | android:label="@string/power_usage_summary_title" |
| 1844 | android:exported="true" |
| 1845 | android:targetActivity="Settings$PowerUsageSummaryActivity"> |
| 1846 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1847 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
| 1848 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1849 | android:resource="@id/battery_settings" /> |
| 1850 | </activity-alias> |
| 1851 | |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 1852 | <activity android:name="Settings$BatterySaverSettingsActivity" |
| 1853 | android:label="@string/battery_saver" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1854 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1855 | <intent-filter android:priority="1"> |
| 1856 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 1857 | <category android:name="android.intent.category.DEFAULT" /> |
| 1858 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 1859 | <intent-filter> |
| 1860 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 1861 | <category android:name="android.intent.category.DEFAULT" /> |
| 1862 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1863 | </intent-filter> |
| 1864 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1865 | android:value="com.android.settings.fuelgauge.BatterySaverSettings" /> |
| 1866 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1867 | android:resource="@id/battery_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1868 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1869 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 1870 | </activity> |
| 1871 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame^] | 1872 | <activity android:name=".fuelguage.BatterySaverModeVoiceActivity" |
| 1873 | android:label="@string/power_usage_summary_title" |
| 1874 | android:theme="@android:style/Theme.Material.Light.Voice" |
| 1875 | android:exported="true"> |
| 1876 | <intent-filter> |
| 1877 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 1878 | <category android:name="android.intent.category.DEFAULT" /> |
| 1879 | <category android:name="android.intent.category.VOICE" /> |
| 1880 | </intent-filter> |
| 1881 | </activity> |
| 1882 | |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 1883 | <activity android:name="Settings$AccountSettingsActivity" |
| 1884 | android:label="@string/account_settings_title" |
| 1885 | android:taskAffinity="" |
| 1886 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1887 | <intent-filter android:priority="1"> |
| 1888 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 1889 | <category android:name="android.intent.category.DEFAULT" /> |
| 1890 | </intent-filter> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 1891 | <intent-filter> |
| 1892 | <action android:name="android.intent.action.MAIN" /> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 1893 | <category android:name="android.intent.category.DEFAULT" /> |
| 1894 | </intent-filter> |
| 1895 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1896 | android:value="com.android.settings.accounts.AccountSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1897 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1898 | android:value="true" /> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 1899 | </activity> |
| 1900 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1901 | <activity android:name="Settings$AccountSyncSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1902 | android:label="@string/account_sync_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1903 | android:taskAffinity="" |
Jeff Sharkey | cc0d26b | 2012-11-27 16:42:27 -0800 | [diff] [blame] | 1904 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1905 | <intent-filter android:priority="1"> |
| 1906 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 1907 | <category android:name="android.intent.category.DEFAULT" /> |
| 1908 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1909 | <intent-filter> |
| 1910 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1911 | <category android:name="android.intent.category.DEFAULT" /> |
| 1912 | </intent-filter> |
| 1913 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1914 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
| 1915 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
Amith Yamasani | d1ab828 | 2012-05-18 09:50:08 -0700 | [diff] [blame] | 1916 | android:resource="@id/account_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1917 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1918 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1919 | </activity> |
| 1920 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1921 | <activity android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 21c2904 | 2012-10-02 15:16:21 -0700 | [diff] [blame] | 1922 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 1923 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1924 | android:label="@string/header_add_an_account" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1925 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1926 | android:parentActivityName="Settings$ManageAccountsSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1927 | <intent-filter android:priority="1"> |
| 1928 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 1929 | <category android:name="android.intent.category.DEFAULT" /> |
| 1930 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1931 | <intent-filter> |
| 1932 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1933 | <category android:name="android.intent.category.DEFAULT" /> |
| 1934 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1935 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1936 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1937 | </activity> |
| 1938 | |
Fabrice Di Meglio | 74309ea | 2014-02-20 14:41:51 -0800 | [diff] [blame] | 1939 | <activity android:name="com.android.settings.accounts.ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1940 | android:label="@string/header_add_an_account" |
Fabrice Di Meglio | 74309ea | 2014-02-20 14:41:51 -0800 | [diff] [blame] | 1941 | android:configChanges="orientation|keyboardHidden|screenSize" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1942 | android:theme="@style/Theme.SubSettingsDialogWhenLarge"/> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1943 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 1944 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 19280af | 2015-01-27 11:59:00 -0800 | [diff] [blame] | 1945 | androidprv:primaryUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 1946 | android:immersive="true" |
| 1947 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 1948 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 1949 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 1950 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 1951 | android:windowSoftInputMode="adjustResize" |
| 1952 | android:screenOrientation="nosensor"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 1953 | <intent-filter android:priority="10"> |
| 1954 | <action android:name="android.intent.action.MAIN" /> |
| 1955 | <category android:name="android.intent.category.HOME" /> |
| 1956 | <category android:name="android.intent.category.DEFAULT" /> |
| 1957 | </intent-filter> |
| 1958 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 1959 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 1960 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 1961 | android:immersive="true" |
| 1962 | android:launchMode="singleTop" |
| 1963 | android:theme="@style/CryptKeeperBlankTheme" |
| 1964 | /> |
| 1965 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 1966 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 1967 | android:immersive="true" |
| 1968 | android:launchMode="singleTop" |
| 1969 | android:theme="@style/CryptKeeperBlankTheme" |
| 1970 | /> |
| 1971 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 1972 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 1973 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 1974 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1975 | <intent-filter android:priority="1"> |
| 1976 | <action android:name="android.app.action.START_ENCRYPTION" /> |
| 1977 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 1978 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 1979 | <intent-filter> |
| 1980 | <action android:name="android.intent.action.MAIN" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 1981 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 1982 | </intent-filter> |
| 1983 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1984 | android:value="com.android.settings.CryptKeeperSettings" /> |
| 1985 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 1986 | android:resource="@id/security_settings" /> |
| 1987 | </activity> |
| 1988 | |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 1989 | <activity android:name="Settings$DataUsageSummaryActivity" |
Jeff Sharkey | d39c6e4 | 2011-08-04 21:17:23 -0700 | [diff] [blame] | 1990 | android:label="@string/data_usage_summary_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1991 | android:taskAffinity=""> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 1992 | <intent-filter> |
| 1993 | <action android:name="android.intent.action.MAIN" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 1994 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 1995 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 1996 | </intent-filter> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 1997 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1998 | android:value="com.android.settings.DataUsageSummary" /> |
| 1999 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2000 | android:resource="@id/wireless_settings" /> |
| 2001 | </activity> |
| 2002 | |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2003 | <activity android:name="Settings$DreamSettingsActivity" |
| 2004 | android:label="@string/screensaver_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2005 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2006 | <intent-filter android:priority="1"> |
| 2007 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2008 | <category android:name="android.intent.category.DEFAULT" /> |
| 2009 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2010 | <intent-filter> |
| 2011 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2012 | <category android:name="android.intent.category.DEFAULT" /> |
| 2013 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2014 | </intent-filter> |
| 2015 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2016 | android:value="com.android.settings.DreamSettings" /> |
| 2017 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2018 | android:resource="@id/display_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2019 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2020 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2021 | </activity> |
| 2022 | |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2023 | <activity android:name="Settings$UserSettingsActivity" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2024 | android:label="@string/user_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2025 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2026 | <intent-filter android:priority="1"> |
| 2027 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2028 | <category android:name="android.intent.category.DEFAULT" /> |
| 2029 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2030 | <intent-filter> |
| 2031 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2032 | <category android:name="android.intent.category.DEFAULT" /> |
| 2033 | </intent-filter> |
| 2034 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2035 | android:value="com.android.settings.users.UserSettings" /> |
| 2036 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2037 | android:resource="@id/user_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2038 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2039 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2040 | </activity> |
| 2041 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2042 | <activity android:name="Settings$PaymentSettingsActivity" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2043 | android:label="@string/nfc_payment_settings_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2044 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2045 | <intent-filter android:priority="1"> |
| 2046 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2047 | <category android:name="android.intent.category.DEFAULT" /> |
| 2048 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2049 | <intent-filter> |
| 2050 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2051 | <category android:name="android.intent.category.DEFAULT" /> |
| 2052 | </intent-filter> |
| 2053 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2054 | android:value="com.android.settings.nfc.PaymentSettings" /> |
| 2055 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2056 | android:resource="@id/nfc_payment_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2057 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2058 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2059 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2060 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2061 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2062 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2063 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2064 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2065 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2066 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2067 | <category android:name="android.intent.category.DEFAULT" /> |
| 2068 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2069 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2070 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2071 | </activity> |
| 2072 | |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2073 | <activity android:name=".SmsDefaultDialog" |
| 2074 | android:label="@string/sms_application_title" |
| 2075 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2076 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2077 | <intent-filter android:priority="1"> |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2078 | <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" /> |
| 2079 | <category android:name="android.intent.category.DEFAULT" /> |
| 2080 | </intent-filter> |
| 2081 | </activity> |
| 2082 | |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2083 | <activity android:name=".ActiveNetworkScorerDialog" |
Jeff Davidson | 6207391a | 2014-07-25 14:58:20 -0700 | [diff] [blame] | 2084 | android:label="@string/wifi_assistant_title" |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2085 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2086 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2087 | <intent-filter android:priority="1"> |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2088 | <action android:name="android.net.scoring.CHANGE_ACTIVE" /> |
| 2089 | <category android:name="android.intent.category.DEFAULT" /> |
| 2090 | </intent-filter> |
| 2091 | </activity> |
| 2092 | |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2093 | <activity android:name="Settings$NotificationAccessSettingsActivity" |
Jeff Sharkey | b654846 | 2014-07-21 15:38:06 -0700 | [diff] [blame] | 2094 | android:label="@string/manage_notification_access_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2095 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2096 | <intent-filter android:priority="1"> |
| 2097 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2098 | <category android:name="android.intent.category.DEFAULT" /> |
| 2099 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2100 | <intent-filter> |
| 2101 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2102 | <category android:name="android.intent.category.DEFAULT" /> |
| 2103 | </intent-filter> |
| 2104 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2105 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2106 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2107 | android:resource="@id/security_settings" /> |
| 2108 | </activity> |
| 2109 | |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2110 | <activity android:name="Settings$NotificationSettingsActivity" |
| 2111 | android:label="@string/notification_settings" |
| 2112 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2113 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2114 | <intent-filter android:priority="1"> |
| 2115 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2116 | <category android:name="android.intent.category.DEFAULT" /> |
| 2117 | </intent-filter> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2118 | <intent-filter> |
| 2119 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2120 | <category android:name="android.intent.category.DEFAULT" /> |
| 2121 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2122 | </intent-filter> |
| 2123 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2124 | android:value="com.android.settings.notification.NotificationSettings" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2125 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2126 | android:resource="@id/notification_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2127 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2128 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2129 | </activity> |
| 2130 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2131 | <!-- Keep compatibility with old shortcuts. --> |
| 2132 | <activity-alias android:name="Settings$SoundSettingsActivity" |
| 2133 | android:label="@string/notification_settings" |
| 2134 | android:taskAffinity="" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2135 | android:targetActivity="Settings$NotificationSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2136 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2137 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 2138 | <action android:name="android.settings.SOUND_SETTINGS" /> |
| 2139 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2140 | </intent-filter> |
| 2141 | <intent-filter> |
| 2142 | <action android:name="android.intent.action.MAIN" /> |
| 2143 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2144 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2145 | </intent-filter> |
| 2146 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2147 | android:value="com.android.settings.notification.NotificationSettings" /> |
| 2148 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2149 | android:resource="@id/notification_settings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2150 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2151 | android:value="true" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2152 | </activity-alias> |
| 2153 | |
| 2154 | <!-- Keep compatibility with old shortcuts. --> |
| 2155 | <activity-alias android:name="SoundSettings" |
| 2156 | android:label="@string/notification_settings" |
| 2157 | android:exported="true" |
| 2158 | android:targetActivity="Settings$NotificationSettingsActivity"> |
| 2159 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2160 | android:value="com.android.settings.notification.NotificationSettings" /> |
| 2161 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2162 | android:resource="@id/notification_settings" /> |
| 2163 | </activity-alias> |
| 2164 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2165 | <activity android:name="Settings$OtherSoundSettingsActivity" |
| 2166 | android:label="@string/other_sound_settings" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2167 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2168 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2169 | <intent-filter android:priority="1"> |
| 2170 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
| 2171 | <category android:name="android.intent.category.DEFAULT" /> |
| 2172 | </intent-filter> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2173 | <intent-filter> |
| 2174 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2175 | <category android:name="android.intent.category.DEFAULT" /> |
| 2176 | </intent-filter> |
| 2177 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2178 | android:value="com.android.settings.notification.OtherSoundSettings" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2179 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2180 | android:resource="@id/notification_settings" /> |
| 2181 | </activity> |
| 2182 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2183 | <!-- Show apps for which application-level notification settings are applicable --> |
| 2184 | <activity android:name="Settings$NotificationAppListActivity" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2185 | android:label="@string/app_notifications_title" |
| 2186 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2187 | android:taskAffinity=""> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2188 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | 584b2b2 | 2015-03-20 14:56:28 -0400 | [diff] [blame] | 2189 | android:value="com.android.settings.applications.ManageApplications" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2190 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2191 | android:resource="@id/notification_settings" /> |
| 2192 | </activity> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2193 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2194 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 2195 | <activity android:name="Settings$AppNotificationSettingsActivity" |
| 2196 | android:label="@string/app_notifications_title" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2197 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2198 | <intent-filter android:priority="1"> |
| 2199 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 2200 | <category android:name="android.intent.category.DEFAULT" /> |
| 2201 | </intent-filter> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2202 | <intent-filter> |
| 2203 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2204 | <category android:name="android.intent.category.DEFAULT" /> |
| 2205 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2206 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2207 | android:value="com.android.settings.notification.AppNotificationSettings" /> |
| 2208 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2209 | android:resource="@id/notification_settings" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2210 | </activity> |
| 2211 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2212 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
| 2213 | <activity android:name="RegulatoryInfoDisplayActivity" |
| 2214 | android:label="@string/regulatory_information" |
| 2215 | android:taskAffinity="" |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 2216 | android:enabled="@bool/config_show_regulatory_info"> |
| 2217 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2218 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 2219 | <category android:name="android.intent.category.DEFAULT" /> |
| 2220 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2221 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2222 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2223 | </activity> |
| 2224 | |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2225 | <receiver android:name=".widget.SettingsAppWidgetProvider" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2226 | android:label="@string/gadget_title" |
Matthew Xie | 89d44ec | 2013-04-18 23:43:42 -0700 | [diff] [blame] | 2227 | android:exported="false" |
Amith Yamasani | b4b1b40 | 2011-06-15 18:00:27 -0700 | [diff] [blame] | 2228 | android:enabled="@bool/has_powercontrol_widget"> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2229 | <intent-filter> |
| 2230 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
Amith Yamasani | a9125d4 | 2011-10-03 11:54:16 -0700 | [diff] [blame] | 2231 | <action android:name="android.appwidget.action.APPWIDGET_ENABLED" /> |
| 2232 | <action android:name="android.appwidget.action.APPWIDGET_DISABLED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2233 | <action android:name="android.net.wifi.WIFI_STATE_CHANGED" /> |
| 2234 | <action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" /> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2235 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Tom O'Neill | 4af6514 | 2013-09-03 07:56:53 -0700 | [diff] [blame] | 2236 | <action android:name="android.location.MODE_CHANGED" /> |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2237 | <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2238 | </intent-filter> |
| 2239 | <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" /> |
| 2240 | </receiver> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2241 | |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 2242 | <receiver android:name=".bluetooth.BluetoothDiscoverableTimeoutReceiver"> |
| 2243 | <intent-filter> |
| 2244 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 2245 | </intent-filter> |
| 2246 | </receiver> |
| 2247 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 2248 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
| 2249 | <receiver android:name=".users.ProfileUpdateReceiver"> |
| 2250 | <intent-filter> |
| 2251 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 2252 | </intent-filter> |
| 2253 | </receiver> |
| 2254 | |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2255 | <receiver android:name=".sim.SimBootReceiver"> |
| 2256 | <intent-filter> |
| 2257 | <action android:name="android.intent.action.BOOT_COMPLETED"></action> |
| 2258 | </intent-filter> |
| 2259 | </receiver> |
| 2260 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2261 | <provider |
| 2262 | android:name="android.support.v4.content.FileProvider" |
| 2263 | android:authorities="com.android.settings.files" |
| 2264 | android:grantUriPermissions="true" |
| 2265 | android:exported="false"> |
| 2266 | <meta-data |
| 2267 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 2268 | android:resource="@xml/file_paths" /> |
| 2269 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2270 | |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2271 | <activity android:name="Settings$SimSettingsActivity" |
| 2272 | android:label="@string/sim_settings_title" |
| 2273 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2274 | <intent-filter android:priority="1"> |
| 2275 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
| 2276 | <category android:name="android.intent.category.DEFAULT" /> |
| 2277 | </intent-filter> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2278 | <intent-filter> |
| 2279 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2280 | <category android:name="android.intent.category.DEFAULT" /> |
| 2281 | </intent-filter> |
| 2282 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2283 | android:value="com.android.settings.sim.SimSettings" /> |
| 2284 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2285 | android:resource="@id/sim_settings" /> |
| 2286 | </activity> |
| 2287 | |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2288 | <activity android:name=".sim.SimDialogActivity" |
| 2289 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
Sanket Padawe | ffd9655 | 2015-02-02 16:46:55 -0800 | [diff] [blame] | 2290 | android:label="@string/sim_settings_title" |
| 2291 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2292 | <intent-filter> |
| 2293 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2294 | </intent-filter> |
| 2295 | </activity> |
| 2296 | |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2297 | <activity android:name="Settings$WifiCallingSettingsActivity" |
| 2298 | android:label="@string/wifi_calling_settings_title" |
| 2299 | android:taskAffinity=""> |
| 2300 | <intent-filter> |
| 2301 | <action android:name="android.intent.action.MAIN" /> |
| 2302 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 2303 | <category android:name="android.intent.category.DEFAULT" /> |
| 2304 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2305 | </intent-filter> |
| 2306 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2307 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2308 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2309 | android:value="true" /> |
| 2310 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
| 2311 | android:resource="@id/wireless_settings" /> |
| 2312 | </activity> |
| 2313 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2314 | <provider |
| 2315 | android:name=".search.SettingsSearchIndexablesProvider" |
| 2316 | android:authorities="com.android.settings" |
| 2317 | android:multiprocess="false" |
| 2318 | android:grantUriPermissions="true" |
| 2319 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 2320 | android:exported="true"> |
| 2321 | <intent-filter> |
| 2322 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 2323 | </intent-filter> |
| 2324 | </provider> |
| 2325 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2326 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2327 | </manifest> |