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