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