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 | |
Sundeep Ghuman | c164ad0 | 2016-12-26 17:37:30 -0800 | [diff] [blame] | 9 | <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" /> |
Jeff Sharkey | 5738266 | 2015-07-30 16:55:42 -0700 | [diff] [blame] | 10 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 11 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 12 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 14 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 15 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 16 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 17 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 18 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 19 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 20 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 24 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 25 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 26 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
| 27 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 28 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 29 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 30 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
tk.mun | 7c5c165 | 2011-10-13 22:56:18 +0900 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.ACCESS_WIMAX_STATE" /> |
| 33 | <uses-permission android:name="android.permission.CHANGE_WIMAX_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 35 | <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] | 36 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.INTERNET" /> |
| 39 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 40 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 41 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 42 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 43 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 44 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 45 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 46 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 49 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 50 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 51 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 54 | <uses-permission android:name="android.permission.BACKUP" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 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" /> |
Michael Wright | aacf55a | 2016-07-13 22:11:09 -0700 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" /> |
Amith Yamasani | 5f05010 | 2012-11-01 15:36:29 -0700 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.SET_TIME" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Andrew Scull | c23357e | 2017-04-18 09:40:11 +0100 | [diff] [blame] | 76 | <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 77 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.USE_FINGERPRINT" /> |
| 79 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 81 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 86 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 87 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame^] | 88 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 89 | |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 90 | <application android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 91 | android:icon="@drawable/ic_launcher_settings" |
Dianne Hackborn | 33b316e | 2010-10-14 17:38:48 -0700 | [diff] [blame] | 92 | android:taskAffinity="" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 93 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 94 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 95 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 96 | android:supportsRtl="true" |
Alex Klyubin | b009023 | 2015-04-02 11:08:51 -0700 | [diff] [blame] | 97 | android:allowBackup="false" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 98 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 99 | android:defaultToDeviceProtectedStorage="true" |
| 100 | android:directBootAware="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 101 | |
| 102 | <!-- Settings --> |
| 103 | |
Eric Fischer | 340c5c4 | 2010-10-01 11:45:47 -0700 | [diff] [blame] | 104 | <activity android:name="Settings" |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 105 | android:taskAffinity="com.android.settings" |
Fabrice Di Meglio | 263bcc8 | 2014-01-17 19:17:58 -0800 | [diff] [blame] | 106 | android:label="@string/settings_label_launcher" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 107 | android:launchMode="singleTask"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 108 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 109 | <action android:name="android.settings.SETTINGS" /> |
| 110 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 111 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 112 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 113 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 114 | </activity> |
| 115 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 116 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 117 | <activity-alias android:name="Settings" |
| 118 | android:taskAffinity="com.android.settings" |
| 119 | android:label="@string/settings_label_launcher" |
| 120 | android:launchMode="singleTask" |
| 121 | android:targetActivity="Settings"> |
| 122 | <intent-filter> |
| 123 | <action android:name="android.intent.action.MAIN" /> |
| 124 | <category android:name="android.intent.category.DEFAULT" /> |
| 125 | <category android:name="android.intent.category.LAUNCHER" /> |
| 126 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 127 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 128 | </activity-alias> |
| 129 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 130 | <receiver android:name=".SettingsInitialize"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 131 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 132 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 133 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 134 | </intent-filter> |
| 135 | </receiver> |
| 136 | |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 137 | <activity android:name=".SubSettings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 138 | android:taskAffinity="com.android.settings" |
| 139 | android:parentActivityName="Settings"> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 140 | </activity> |
| 141 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 142 | <activity android:name="CreateShortcut" |
| 143 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 144 | <intent-filter> |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 145 | <action android:name="android.intent.action.CREATE_SHORTCUT"/> |
| 146 | <category android:name="android.intent.category.DEFAULT"/> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 147 | </intent-filter> |
| 148 | </activity> |
| 149 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 150 | <!-- Wireless Controls --> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 151 | <activity android:name=".Settings$NetworkDashboardActivity" |
| 152 | android:taskAffinity="com.android.settings" |
| 153 | android:label="@string/network_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 154 | android:icon="@drawable/ic_settings_wireless" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 155 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 156 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 157 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 158 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 159 | <category android:name="android.intent.category.DEFAULT" /> |
| 160 | </intent-filter> |
| 161 | <intent-filter> |
| 162 | <action android:name="android.intent.action.MAIN" /> |
| 163 | <category android:name="android.intent.category.DEFAULT" /> |
| 164 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 165 | </intent-filter> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 166 | <intent-filter android:priority="11"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 167 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 168 | </intent-filter> |
| 169 | <meta-data android:name="com.android.settings.category" |
| 170 | android:value="com.android.settings.category.ia.homepage"/> |
| 171 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 172 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 173 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 174 | android:value="true" /> |
| 175 | </activity> |
| 176 | |
| 177 | <activity android:name=".Settings$ConnectedDeviceDashboardActivity" |
| 178 | android:taskAffinity="com.android.settings" |
| 179 | android:label="@string/connected_devices_dashboard_title" |
| 180 | android:icon="@drawable/ic_devices_other" |
| 181 | android:parentActivityName="Settings"> |
| 182 | <intent-filter android:priority="1"> |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 183 | <action android:name="android.settings.NFC_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 184 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 185 | </intent-filter> |
| 186 | <intent-filter> |
| 187 | <action android:name="android.intent.action.MAIN" /> |
| 188 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 189 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 190 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 191 | <intent-filter android:priority="10"> |
| 192 | <action android:name="com.android.settings.action.SETTINGS"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 193 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 194 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 195 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
| 196 | <meta-data android:name="com.android.settings.category" |
| 197 | android:value="com.android.settings.category.ia.homepage"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 198 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 199 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 200 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 201 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 202 | <activity android:name="AirplaneModeVoiceActivity" |
| 203 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 204 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 205 | android:exported="true"> |
| 206 | <intent-filter> |
| 207 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 208 | <category android:name="android.intent.category.DEFAULT" /> |
| 209 | <category android:name="android.intent.category.VOICE" /> |
| 210 | </intent-filter> |
| 211 | </activity> |
| 212 | |
Matthew Fritze | 2078bc2 | 2017-05-22 13:31:54 -0700 | [diff] [blame] | 213 | <activity android:name=".search.SearchActivity" |
Matthew Fritze | 0ed37c3 | 2016-10-24 10:12:49 -0700 | [diff] [blame] | 214 | android:label="@string/search_settings" |
Fan Zhang | 4e7bd69 | 2017-07-14 13:29:50 -0700 | [diff] [blame] | 215 | android:icon="@drawable/ic_search_24dp" |
Andrew Sapperstein | 893cb09 | 2017-05-28 16:28:08 -0700 | [diff] [blame] | 216 | android:parentActivityName="Settings" |
| 217 | android:theme="@style/Theme.Settings.NoActionBar"> |
Matthew Fritze | 0ed37c3 | 2016-10-24 10:12:49 -0700 | [diff] [blame] | 218 | </activity> |
| 219 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 220 | <!-- Top-level settings --> |
| 221 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 222 | <activity android:name="Settings$WifiSettingsActivity" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 223 | android:taskAffinity="" |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 224 | android:label="@string/wifi_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 225 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 226 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 227 | <intent-filter android:priority="1"> |
| 228 | <action android:name="android.settings.WIFI_SETTINGS" /> |
| 229 | <category android:name="android.intent.category.DEFAULT" /> |
| 230 | </intent-filter> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 231 | <intent-filter> |
| 232 | <action android:name="android.intent.action.MAIN" /> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 233 | <category android:name="android.intent.category.DEFAULT" /> |
| 234 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 235 | <category android:name="com.android.settings.SHORTCUT" /> |
| 236 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 237 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 238 | android:value="com.android.settings.wifi.WifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 239 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 240 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 241 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 242 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 243 | <!-- Keep compatibility with old shortcuts. --> |
| 244 | <activity-alias android:name=".wifi.WifiSettings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 245 | android:taskAffinity="com.android.settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 246 | android:label="@string/wifi_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 247 | android:icon="@drawable/ic_settings_wireless" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 248 | android:targetActivity="Settings$WifiSettingsActivity" |
| 249 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 250 | android:exported="true"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 251 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 252 | android:value="com.android.settings.wifi.WifiSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 253 | </activity-alias> |
| 254 | |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 255 | <activity android:name=".wifi.WifiPickerActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 256 | android:taskAffinity="com.android.settings" |
| 257 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 258 | <intent-filter android:priority="1"> |
| 259 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 260 | <category android:name="android.intent.category.DEFAULT" /> |
| 261 | </intent-filter> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 262 | <intent-filter> |
| 263 | <action android:name="android.intent.action.MAIN" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 264 | <category android:name="android.intent.category.DEFAULT" /> |
| 265 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 266 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 267 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 268 | </activity> |
| 269 | |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 270 | <activity android:name="Settings$ConfigureWifiSettingsActivity" |
| 271 | android:taskAffinity="com.android.settings" |
Fan Zhang | 022ef86 | 2017-04-25 16:19:07 -0700 | [diff] [blame] | 272 | android:label="@string/wifi_configure_settings_preference_title" |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 273 | android:icon="@drawable/ic_settings_wireless" |
| 274 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 275 | android:parentActivityName="Settings$WifiSettingsActivity"> |
| 276 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 277 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 278 | <category android:name="android.intent.category.DEFAULT" /> |
| 279 | </intent-filter> |
| 280 | <intent-filter> |
| 281 | <action android:name="android.intent.action.MAIN" /> |
| 282 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 283 | <category android:name="android.intent.category.DEFAULT" /> |
| 284 | </intent-filter> |
| 285 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 286 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
| 287 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 288 | android:value="true" /> |
| 289 | </activity> |
| 290 | |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 291 | <activity android:name="Settings$SavedAccessPointsSettingsActivity" |
| 292 | android:taskAffinity="com.android.settings" |
| 293 | android:label="@string/wifi_saved_access_points_label" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 294 | android:icon="@drawable/ic_settings_wireless" |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 295 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 296 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 297 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 298 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 299 | <category android:name="android.intent.category.DEFAULT" /> |
| 300 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 301 | <intent-filter> |
| 302 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 303 | <category android:name="android.intent.category.DEFAULT" /> |
| 304 | </intent-filter> |
| 305 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 306 | android:value="com.android.settings.wifi.SavedAccessPointsWifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 307 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 308 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 309 | </activity> |
| 310 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 311 | <activity android:name=".Settings$WifiInfoActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 312 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 313 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 314 | <intent-filter> |
| 315 | <action android:name="android.intent.action.MAIN"/> |
| 316 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 317 | <category android:name="android.intent.category.DEFAULT" /> |
| 318 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 319 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 320 | android:value="com.android.settings.wifi.WifiInfo" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 321 | </activity> |
| 322 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 323 | <activity android:name=".wifi.WifiConfigInfo" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 324 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 325 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 326 | <intent-filter> |
| 327 | <action android:name="android.intent.action.MAIN"/> |
| 328 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 329 | <category android:name="android.intent.category.DEFAULT" /> |
| 330 | </intent-filter> |
| 331 | </activity> |
| 332 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 333 | <activity android:name=".Settings$WifiAPITestActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 334 | <intent-filter> |
| 335 | <action android:name="android.intent.action.MAIN"/> |
| 336 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 337 | <category android:name="android.intent.category.DEFAULT" /> |
| 338 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 339 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 340 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 341 | </activity> |
| 342 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 343 | <activity android:name=".wifi.WifiStatusTest"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 344 | <intent-filter> |
| 345 | <action android:name="android.intent.action.MAIN"/> |
| 346 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 347 | <category android:name="android.intent.category.DEFAULT" /> |
| 348 | </intent-filter> |
| 349 | </activity> |
| 350 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 351 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 352 | android:clearTaskOnLaunch="true" |
| 353 | android:excludeFromRecents="true" |
| 354 | android:exported="true" |
| 355 | android:permission="android.permission.CONNECTIVITY_INTERNAL" |
| 356 | android:taskAffinity="" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 357 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 358 | <intent-filter> |
| 359 | <action android:name="android.net.conn.PROMPT_UNVALIDATED" /> |
| 360 | <category android:name="android.intent.category.DEFAULT" /> |
| 361 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 362 | <intent-filter> |
| 363 | <action android:name="android.net.conn.PROMPT_LOST_VALIDATION" /> |
| 364 | <category android:name="android.intent.category.DEFAULT" /> |
| 365 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 366 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 367 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 368 | </activity> |
| 369 | |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 370 | <!-- Runs in the phone process since it needs access to UiccController --> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 371 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 372 | android:label="@string/apn_settings" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 373 | android:launchMode="singleTask" |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 374 | android:taskAffinity="com.android.settings" |
| 375 | android:configChanges="orientation|keyboardHidden|screenSize" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 376 | android:parentActivityName="Settings$NetworkDashboardActivity" |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 377 | android:process="com.android.phone"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 378 | <intent-filter android:priority="1"> |
| 379 | <action android:name="android.settings.APN_SETTINGS" /> |
| 380 | <category android:name="android.intent.category.DEFAULT" /> |
| 381 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 382 | <intent-filter> |
| 383 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 384 | <category android:name="android.intent.category.DEFAULT" /> |
| 385 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 386 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 387 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 388 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 389 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 390 | android:value="com.android.settings.ApnSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 391 | </activity> |
| 392 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 393 | <activity android:name="Settings$BluetoothSettingsActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 394 | android:label="@string/bluetooth_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 395 | android:icon="@drawable/ic_settings_bluetooth" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 396 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 397 | <intent-filter android:priority="1"> |
| 398 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
| 399 | <category android:name="android.intent.category.DEFAULT" /> |
| 400 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 401 | <intent-filter> |
| 402 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 403 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 404 | <category android:name="com.android.settings.SHORTCUT" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 405 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 406 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 407 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 408 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 409 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 410 | |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 411 | <activity android:name="Settings$AssistGestureSettingsActivity" |
| 412 | android:label="@string/assist_gesture_title" |
| 413 | android:icon="@drawable/ic_settings_gestures" |
| 414 | android:taskAffinity=""> |
| 415 | <intent-filter> |
| 416 | <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" /> |
| 417 | <category android:name="android.intent.category.DEFAULT" /> |
| 418 | </intent-filter> |
| 419 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 420 | android:value="com.android.settings.gestures.AssistGestureSettings" /> |
| 421 | </activity> |
| 422 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 423 | <!-- Keep compatibility with old shortcuts. --> |
| 424 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
| 425 | android:label="@string/bluetooth_settings_title" |
| 426 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 427 | android:exported="true" |
| 428 | android:clearTaskOnLaunch="true"> |
| 429 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 430 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 431 | </activity-alias> |
| 432 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 433 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 434 | android:label="@string/device_picker" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 435 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 436 | <intent-filter> |
| 437 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 438 | <category android:name="android.intent.category.DEFAULT" /> |
| 439 | </intent-filter> |
| 440 | </activity> |
| 441 | |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 442 | <service android:name=".TetherService" |
| 443 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 444 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 445 | |
| 446 | <activity android:name="TetherProvisioningActivity" |
| 447 | android:exported="true" |
| 448 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 449 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 450 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 451 | <intent-filter android:priority="1"> |
| 452 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 453 | <category android:name="android.intent.category.DEFAULT" /> |
| 454 | </intent-filter> |
| 455 | </activity> |
| 456 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 457 | <activity android:name="Settings$TetherSettingsActivity" |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 458 | android:label="@string/tether_settings_title_all" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 459 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 460 | android:taskAffinity=""> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 461 | <intent-filter> |
| 462 | <action android:name="android.intent.action.MAIN" /> |
| 463 | <category android:name="android.intent.category.DEFAULT" /> |
| 464 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 465 | <category android:name="com.android.settings.SHORTCUT" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 466 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 467 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 468 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 469 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 470 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 471 | <!-- Keep compatibility with old shortcuts. --> |
| 472 | <activity-alias android:name=".TetherSettings" |
| 473 | android:label="@string/tether_settings_title_all" |
| 474 | android:clearTaskOnLaunch="true" |
| 475 | android:exported="true" |
| 476 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 477 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 478 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 479 | </activity-alias> |
| 480 | |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 481 | <activity android:name="Settings$WifiP2pSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 482 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 483 | android:parentActivityName="Settings$WifiSettingsActivity"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 484 | <intent-filter> |
| 485 | <action android:name="android.intent.action.MAIN" /> |
| 486 | <category android:name="android.intent.category.DEFAULT" /> |
| 487 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 488 | </intent-filter> |
| 489 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 490 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 491 | </activity> |
| 492 | |
| 493 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 494 | <activity android:name="Settings$VpnSettingsActivity" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 495 | android:label="@string/vpn_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 496 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 497 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 498 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 499 | <action android:name="android.settings.VPN_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 500 | <action android:name="android.net.vpn.SETTINGS" /> |
| 501 | <category android:name="android.intent.category.DEFAULT" /> |
| 502 | </intent-filter> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 503 | <intent-filter> |
| 504 | <action android:name="android.intent.action.MAIN" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 505 | <category android:name="android.intent.category.DEFAULT" /> |
Hung-ying Tyan | 71e2d3b | 2009-06-14 17:53:19 +0800 | [diff] [blame] | 506 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 507 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 508 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 509 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 510 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 511 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 512 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 513 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 514 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 515 | <activity android:name="Settings$DateTimeSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 516 | android:label="@string/date_and_time" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 517 | android:icon="@drawable/ic_settings_date_time" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 518 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 519 | <intent-filter android:priority="1"> |
| 520 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 521 | <category android:name="android.intent.category.DEFAULT" /> |
| 522 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 523 | <intent-filter> |
| 524 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 525 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 526 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 527 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 528 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 529 | <intent-filter android:priority="240"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 530 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 531 | </intent-filter> |
| 532 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 533 | android:value="com.android.settings.category.ia.system" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 534 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 535 | android:value="com.android.settings.DateTimeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 536 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 537 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 538 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 539 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 540 | <activity android:name="Settings$LocalePickerActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 541 | android:label="@string/language_picker_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 542 | android:icon="@drawable/ic_settings_language" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 543 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 544 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 545 | <intent-filter android:priority="1"> |
| 546 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 547 | <category android:name="android.intent.category.DEFAULT" /> |
| 548 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 549 | <intent-filter> |
| 550 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 551 | <category android:name="android.intent.category.DEFAULT" /> |
| 552 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 553 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 554 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 555 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 556 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 557 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 558 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 559 | |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 560 | <activity android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 561 | android:label="@string/language_settings" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 562 | android:icon="@drawable/ic_settings_language" |
| 563 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 564 | android:parentActivityName="Settings$SystemDashboardActivity"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 565 | <intent-filter> |
| 566 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 567 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 568 | <category android:name="android.intent.category.DEFAULT" /> |
| 569 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 570 | <intent-filter android:priority="260"> |
| 571 | <action android:name="com.android.settings.action.SETTINGS"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 572 | </intent-filter> |
| 573 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 574 | android:value="com.android.settings.category.ia.system"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 575 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 576 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 577 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 578 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 579 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 580 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 581 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
| 582 | android:label="@string/available_virtual_keyboard_category"> |
| 583 | <intent-filter android:priority="1"> |
| 584 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 585 | <category android:name="android.intent.category.DEFAULT" /> |
| 586 | </intent-filter> |
| 587 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 588 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
Nicolas Prevot | aea1702 | 2016-02-29 13:49:31 +0000 | [diff] [blame] | 589 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 590 | android:value="true" /> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 591 | </activity> |
| 592 | |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 593 | <activity android:name="Settings$ManageAssistActivity" |
| 594 | android:label="@string/assist_and_voice_input_title" |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 595 | android:taskAffinity="com.android.settings" |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 596 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 597 | <intent-filter android:priority="1"> |
| 598 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 599 | <category android:name="android.intent.category.DEFAULT" /> |
| 600 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 601 | <intent-filter> |
| 602 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 603 | <category android:name="android.intent.category.DEFAULT" /> |
| 604 | </intent-filter> |
| 605 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 606 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 607 | </activity> |
| 608 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 609 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 610 | android:label="@string/keyboard_layout_picker_title" |
| 611 | android:clearTaskOnLaunch="true"> |
| 612 | <intent-filter> |
| 613 | <action android:name="android.intent.action.MAIN" /> |
| 614 | <category android:name="android.intent.category.DEFAULT" /> |
| 615 | </intent-filter> |
| 616 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 617 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 618 | </activity> |
| 619 | |
| 620 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 621 | android:label="@string/physical_keyboard_title" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 622 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 623 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 624 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 625 | <category android:name="android.intent.category.DEFAULT" /> |
| 626 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 627 | <intent-filter> |
| 628 | <action android:name="android.intent.action.MAIN" /> |
| 629 | <category android:name="android.intent.category.DEFAULT" /> |
| 630 | </intent-filter> |
| 631 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 632 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 633 | </activity> |
| 634 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 635 | <!-- Keep compatibility with old shortcuts. --> |
| 636 | <activity-alias android:name="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 637 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 638 | android:clearTaskOnLaunch="true" |
| 639 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 640 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 641 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 642 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 643 | </activity-alias> |
| 644 | |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 645 | <activity android:name="Settings$SpellCheckersSettingsActivity" |
| 646 | android:label="@string/spellcheckers_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 647 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 648 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 649 | <intent-filter> |
| 650 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 651 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 652 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 653 | </intent-filter> |
| 654 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 655 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 656 | </activity> |
| 657 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 658 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 659 | android:label="" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 660 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 661 | <intent-filter android:priority="1"> |
| 662 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 663 | <category android:name="android.intent.category.DEFAULT" /> |
| 664 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 665 | <intent-filter> |
| 666 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 667 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 668 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 669 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 670 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 671 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 672 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 673 | |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 674 | <receiver android:name=".inputmethod.InputMethodDialogReceiver" |
| 675 | android:enabled="true"> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 676 | <intent-filter> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 677 | <action android:name="android.settings.SHOW_INPUT_METHOD_PICKER" /> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 678 | </intent-filter> |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 679 | </receiver> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 680 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 681 | <activity android:name="Settings$UserDictionarySettingsActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 682 | android:label="@string/user_dict_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 683 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 684 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 685 | <intent-filter android:priority="1"> |
| 686 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 687 | <category android:name="android.intent.category.DEFAULT" /> |
| 688 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 689 | <intent-filter> |
| 690 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 691 | <category android:name="android.intent.category.DEFAULT" /> |
| 692 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 693 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 694 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 695 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 696 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 697 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 698 | </activity> |
| 699 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 700 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 701 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 702 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 703 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 704 | android:noHistory="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 705 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 706 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 707 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 708 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 709 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 710 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 711 | android:value="true" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 712 | </activity> |
| 713 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 714 | <!-- Keep compatibility with old shortcuts. --> |
| 715 | <activity-alias android:name="UserDictionarySettings" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 716 | android:label="@string/user_dict_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 717 | android:exported="true" |
| 718 | android:targetActivity="Settings$UserDictionarySettingsActivity"> |
| 719 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 720 | android:value="com.android.settings.UserDictionarySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 721 | </activity-alias> |
| 722 | |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 723 | <activity android:name="Settings$ZenModeSettingsActivity" |
| 724 | android:label="@string/zen_mode_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 725 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 726 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 727 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 728 | <intent-filter android:priority="1"> |
| 729 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 730 | <category android:name="android.intent.category.DEFAULT" /> |
| 731 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 732 | <intent-filter> |
| 733 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 734 | <category android:name="android.intent.category.DEFAULT" /> |
| 735 | <category android:name="com.android.settings.SHORTCUT" /> |
| 736 | </intent-filter> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 737 | <intent-filter android:priority="1"> |
| 738 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 739 | <category android:name="android.intent.category.DEFAULT" /> |
| 740 | </intent-filter> |
| 741 | <intent-filter android:priority="1"> |
| 742 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
| 743 | <category android:name="android.intent.category.DEFAULT" /> |
| 744 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 745 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 746 | android:value="com.android.settings.notification.ZenModeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 747 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 748 | android:value="true" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 749 | </activity> |
| 750 | |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 751 | <activity android:name="Settings$ZenModeVisualInterruptionSettingsActivity" |
| 752 | android:label="@string/zen_mode_visual_interruptions_settings_title" |
| 753 | android:icon="@drawable/ic_settings_notifications" |
| 754 | android:exported="true" |
| 755 | android:taskAffinity=""> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 756 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 757 | android:value="com.android.settings.notification.ZenModeVisualInterruptionSettings" /> |
| 758 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 759 | android:value="true" /> |
| 760 | </activity> |
| 761 | |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 762 | <activity android:name="Settings$ZenModePrioritySettingsActivity" |
| 763 | android:label="@string/zen_mode_priority_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 764 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 765 | android:exported="true" |
| 766 | android:taskAffinity=""> |
| 767 | <intent-filter android:priority="1"> |
| 768 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 769 | <category android:name="android.intent.category.DEFAULT" /> |
| 770 | </intent-filter> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 771 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 772 | android:value="com.android.settings.notification.ZenModePrioritySettings" /> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 773 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 774 | android:value="true" /> |
| 775 | </activity> |
| 776 | |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 777 | <activity android:name="Settings$ZenModeAutomationSuggestionActivity" |
| 778 | android:label="@string/zen_mode_automation_settings_title" |
| 779 | android:icon="@drawable/ic_settings_notifications" |
| 780 | android:exported="true" |
| 781 | android:taskAffinity=""> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 782 | <intent-filter> |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 783 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 784 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 785 | </intent-filter> |
| 786 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 574c7cd | 2017-03-30 10:29:02 -0400 | [diff] [blame] | 787 | android:value="com.android.settings.notification.ZenModeSettings" /> |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 788 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 789 | android:value="8,12,30" /> |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 790 | <meta-data android:name="com.android.settings.title" |
| 791 | android:resource="@string/zen_mode_automation_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 792 | <meta-data android:name="com.android.settings.summary" |
| 793 | android:resource="@string/zen_mode_automation_suggestion_summary" /> |
Jason Monk | 4a60c88 | 2016-01-26 17:21:04 -0500 | [diff] [blame] | 794 | </activity> |
| 795 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 796 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 797 | android:label="@string/wallpaper_settings_fragment_title" |
| 798 | android:icon="@drawable/ic_wallpaper" |
| 799 | android:taskAffinity=""> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 800 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 801 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 802 | </activity> |
| 803 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 804 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 805 | android:label="@string/wallpaper_settings_title" |
| 806 | android:icon="@drawable/ic_wallpaper" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 807 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 808 | <intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 809 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 810 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 811 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 812 | <intent-filter> |
| 813 | <action android:name="android.intent.action.MAIN" /> |
| 814 | <category android:name="com.android.settings.suggested.category.PERSONALIZE" /> |
| 815 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 816 | <meta-data android:name="com.android.settings.title" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 817 | android:resource="@string/wallpaper_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 818 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 819 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 820 | <meta-data android:name="com.android.settings.dismiss" |
| 821 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 822 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 823 | </activity> |
| 824 | |
Fan Zhang | 9011a67 | 2017-05-31 17:47:37 -0700 | [diff] [blame] | 825 | <activity android:name=".support.NewDeviceIntroSuggestionActivity" |
| 826 | android:label="@string/new_device_suggestion_title" |
| 827 | android:icon="@drawable/ic_new_releases_24dp" |
| 828 | android:theme="@android:style/Theme.NoDisplay"> |
| 829 | <intent-filter> |
| 830 | <action android:name="android.intent.action.MAIN" /> |
| 831 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 832 | </intent-filter> |
| 833 | <meta-data android:name="com.android.settings.dismiss" |
| 834 | android:value="0,4" /> |
| 835 | <meta-data android:name="com.android.settings.title" |
| 836 | android:resource="@string/new_device_suggestion_title" /> |
| 837 | <meta-data android:name="com.android.settings.summary" |
| 838 | android:resource="@string/new_device_suggestion_summary" /> |
| 839 | </activity> |
| 840 | |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 841 | <activity android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
| 842 | android:exported="true" |
| 843 | android:taskAffinity=""> |
| 844 | <intent-filter android:priority="1"> |
| 845 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 846 | <category android:name="android.intent.category.DEFAULT" /> |
| 847 | </intent-filter> |
| 848 | <intent-filter> |
| 849 | <action android:name="android.intent.action.MAIN" /> |
| 850 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 851 | </intent-filter> |
| 852 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 853 | android:value="com.android.settings.notification.ZenModeScheduleRuleSettings" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 854 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 855 | android:value="true" /> |
| 856 | </activity> |
| 857 | |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 858 | <activity android:name="Settings$ZenModeEventRuleSettingsActivity" |
| 859 | android:exported="true" |
| 860 | android:taskAffinity=""> |
| 861 | <intent-filter android:priority="1"> |
| 862 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 863 | <category android:name="android.intent.category.DEFAULT" /> |
| 864 | </intent-filter> |
| 865 | <intent-filter> |
| 866 | <action android:name="android.intent.action.MAIN" /> |
| 867 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 868 | </intent-filter> |
| 869 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 870 | android:value="com.android.settings.notification.ZenModeEventRuleSettings" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 871 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 872 | android:value="true" /> |
| 873 | </activity> |
| 874 | |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 875 | <activity android:name="Settings$ZenModeExternalRuleSettingsActivity" |
| 876 | android:exported="true" |
| 877 | android:taskAffinity=""> |
| 878 | <intent-filter android:priority="1"> |
| 879 | <action android:name="android.settings.ZEN_MODE_EXTERNAL_RULE_SETTINGS" /> |
| 880 | <category android:name="android.intent.category.DEFAULT" /> |
| 881 | </intent-filter> |
| 882 | <intent-filter> |
| 883 | <action android:name="android.intent.action.MAIN" /> |
| 884 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 885 | </intent-filter> |
| 886 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 887 | android:value="com.android.settings.notification.ZenModeExternalRuleSettings" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 888 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 889 | android:value="true" /> |
| 890 | </activity> |
| 891 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 892 | <activity android:name="Settings$DisplaySettingsActivity" |
Amith Yamasani | 992f102 | 2010-01-25 09:17:53 -0800 | [diff] [blame] | 893 | android:label="@string/display_settings" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 894 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 895 | android:taskAffinity=""> |
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="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 898 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 899 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 900 | </intent-filter> |
| 901 | <intent-filter> |
| 902 | <action android:name="android.intent.action.MAIN" /> |
| 903 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 904 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 905 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 906 | </intent-filter> |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 907 | <intent-filter android:priority="7"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 908 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 909 | </intent-filter> |
| 910 | <meta-data android:name="com.android.settings.category" |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 911 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 912 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 913 | android:value="com.android.settings.DisplaySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 914 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 915 | android:value="true" /> |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 916 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 917 | android:resource="@string/display_dashboard_summary"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 918 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 919 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 920 | <!-- Keep compatibility with old shortcuts. --> |
| 921 | <activity-alias android:name="DisplaySettings" |
| 922 | android:label="@string/display_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 923 | android:exported="true" |
| 924 | android:targetActivity="Settings$DisplaySettingsActivity"> |
| 925 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 926 | android:value="com.android.settings.DisplaySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 927 | </activity-alias> |
| 928 | |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 929 | <activity android:name="Settings$NightDisplaySettingsActivity" |
| 930 | android:label="@string/night_display_title" |
Justin Klaassen | e1a16c4 | 2016-09-12 17:04:33 -0700 | [diff] [blame] | 931 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 932 | android:icon="@drawable/ic_settings_night_display" |
| 933 | android:taskAffinity=""> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 934 | <intent-filter> |
| 935 | <action android:name="android.intent.action.MAIN" /> |
| 936 | <category android:name="android.intent.category.DEFAULT" /> |
| 937 | <category android:name="com.android.settings.SHORTCUT" /> |
| 938 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 939 | <intent-filter android:priority="1"> |
| 940 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
| 941 | <category android:name="android.intent.category.DEFAULT" /> |
| 942 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 943 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 944 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 945 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 946 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 947 | </activity> |
| 948 | |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 949 | <activity android:name="Settings$NightDisplaySuggestionActivity" |
| 950 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
| 951 | android:taskAffinity="" |
| 952 | android:icon="@drawable/ic_settings_night_display"> |
| 953 | <intent-filter> |
| 954 | <action android:name="android.intent.action.MAIN" /> |
| 955 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 956 | </intent-filter> |
| 957 | <meta-data android:name="com.android.settings.dismiss" |
| 958 | android:value="6,10,30" /> |
| 959 | <meta-data android:name="com.android.settings.title" |
| 960 | android:resource="@string/night_display_suggestion_title" /> |
| 961 | <meta-data android:name="com.android.settings.summary" |
| 962 | android:resource="@string/night_display_suggestion_summary" /> |
| 963 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 964 | android:value="true" /> |
| 965 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 966 | android:value="com.android.settings.display.NightDisplaySettings" /> |
| 967 | </activity> |
| 968 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 969 | <activity android:name="Settings$DeviceInfoSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 970 | android:label="@string/device_info_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 971 | android:icon="@drawable/ic_settings_about" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 972 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 973 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 974 | <intent-filter android:priority="1"> |
| 975 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
| 976 | <category android:name="android.intent.category.DEFAULT" /> |
| 977 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 978 | <intent-filter> |
| 979 | <action android:name="android.intent.action.MAIN" /> |
| 980 | <category android:name="android.intent.category.DEFAULT" /> |
| 981 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 982 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 983 | <intent-filter android:priority="10"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 984 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 985 | </intent-filter> |
| 986 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 987 | android:value="com.android.settings.category.ia.system" /> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 988 | <meta-data android:name="com.android.settings.title" |
Jason Monk | a4bc49e | 2016-05-31 14:49:03 -0400 | [diff] [blame] | 989 | android:resource="@string/about_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 990 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 991 | android:value="com.android.settings.DeviceInfoSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 992 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 993 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 994 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 995 | |
| 996 | <activity android:name="SettingsLicenseActivity" |
| 997 | android:label="@string/settings_license_activity_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 998 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 999 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1000 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1001 | <action android:name="android.settings.LICENSE" /> |
| 1002 | <category android:name="android.intent.category.DEFAULT" /> |
| 1003 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1004 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1005 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1006 | </activity> |
| 1007 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1008 | <activity android:name="Settings$ManageApplicationsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 1009 | android:label="@string/applications_settings" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1010 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1011 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1012 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1013 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1014 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1015 | </intent-filter> |
| 1016 | <intent-filter> |
| 1017 | <action android:name="android.intent.action.MAIN" /> |
| 1018 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1019 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1020 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1021 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1022 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1023 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1024 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1025 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1026 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1027 | |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1028 | <activity android:name="Settings$ManageDomainUrlsActivity" |
| 1029 | android:taskAffinity="com.android.settings" |
| 1030 | android:label="@string/domain_urls_title" |
| 1031 | android:icon="@drawable/ic_settings_memory"> |
| 1032 | <intent-filter> |
| 1033 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1034 | <category android:name="android.intent.category.DEFAULT" /> |
| 1035 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1036 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1037 | android:value="com.android.settings.applications.ManageDomainUrls" /> |
| 1038 | </activity> |
| 1039 | |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1040 | <activity android:name="Settings$MemorySettingsActivity" |
| 1041 | android:label="@string/memory_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1042 | android:icon="@drawable/ic_settings_memory" |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1043 | android:taskAffinity=""> |
| 1044 | <intent-filter> |
| 1045 | <action android:name="android.intent.action.MAIN" /> |
| 1046 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1047 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1048 | <intent-filter android:priority="3"> |
| 1049 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1050 | </intent-filter> |
| 1051 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1052 | android:value="com.android.settings.category.ia.development" /> |
Fan Zhang | fe29251 | 2017-03-22 11:43:22 -0700 | [diff] [blame] | 1053 | <meta-data android:name="com.android.settings.summary" |
| 1054 | android:resource="@string/summary_empty" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1055 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1056 | android:value="com.android.settings.applications.ProcessStatsSummary" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1057 | </activity> |
| 1058 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1059 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1060 | android:label="@string/app_list_memory_use" |
| 1061 | android:icon="@drawable/ic_settings_memory"> |
| 1062 | <intent-filter> |
| 1063 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1064 | <category android:name="android.intent.category.DEFAULT" /> |
| 1065 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1066 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1067 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
| 1068 | </activity> |
| 1069 | |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 1070 | <activity android:name="Settings$AllApplicationsActivity" |
| 1071 | android:label="@string/applications_settings" |
| 1072 | android:taskAffinity=""> |
| 1073 | <intent-filter> |
| 1074 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
| 1075 | <category android:name="android.intent.category.DEFAULT" /> |
| 1076 | </intent-filter> |
| 1077 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1078 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1079 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1080 | android:value="true" /> |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 1081 | </activity> |
| 1082 | |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1083 | <activity android:name="Settings$HighPowerApplicationsActivity" |
| 1084 | android:label="@string/high_power_apps" |
| 1085 | android:taskAffinity=""> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1086 | <intent-filter android:priority="1"> |
| 1087 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
| 1088 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1089 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1090 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1091 | android:value="com.android.settings.applications.ManageApplications" /> |
| 1092 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1093 | android:value="true" /> |
| 1094 | </activity> |
| 1095 | |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1096 | <activity android:name=".datausage.AppDataUsageActivity" |
| 1097 | android:taskAffinity="" |
| 1098 | android:noHistory="true"> |
| 1099 | <intent-filter android:priority="1"> |
| 1100 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1101 | <category android:name="android.intent.category.DEFAULT" /> |
| 1102 | <data android:scheme="package" /> |
| 1103 | </intent-filter> |
| 1104 | </activity> |
| 1105 | |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1106 | <activity android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1107 | android:label="@string/high_power_apps" |
| 1108 | android:taskAffinity="" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 1109 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1110 | <intent-filter android:priority="1"> |
| 1111 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1112 | <category android:name="android.intent.category.DEFAULT" /> |
| 1113 | <data android:scheme="package" /> |
| 1114 | </intent-filter> |
| 1115 | </activity> |
| 1116 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1117 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1118 | <activity-alias android:name=".applications.ManageApplications" |
| 1119 | android:label="@string/applications_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1120 | android:exported="true" |
| 1121 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1122 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1123 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1124 | </activity-alias> |
| 1125 | |
| 1126 | <!-- Keep compatibility with old shortcuts. Pre-gingerbread. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1127 | <activity-alias android:name=".ManageApplications" |
| 1128 | android:label="@string/manageapplications_settings_title" |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1129 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1130 | android:targetActivity="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1131 | </activity-alias> |
| 1132 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1133 | <!-- Provide direct entry into manage apps showing running services. |
| 1134 | This is for compatibility with old shortcuts. --> |
| 1135 | <activity-alias android:name=".RunningServices" |
| 1136 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1137 | android:exported="true" |
| 1138 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1139 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1140 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1141 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1142 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1143 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1144 | This is for compatibility with old shortcuts. --> |
| 1145 | <activity-alias android:name=".applications.StorageUse" |
| 1146 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1147 | android:exported="true" |
| 1148 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1149 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1150 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1151 | </activity-alias> |
| 1152 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1153 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1154 | trick is so the code that is now a fragment can still be called |
| 1155 | InstalledAppDetails. --> |
| 1156 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1157 | android:label="@string/application_info_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1158 | android:exported="true" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1159 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1160 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1161 | </activity> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1162 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1163 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1164 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1165 | android:label="@string/application_info_label" |
| 1166 | android:exported="true" |
| 1167 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1168 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1169 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
| 1170 | <category android:name="android.intent.category.DEFAULT" /> |
| 1171 | <data android:scheme="package" /> |
| 1172 | </intent-filter> |
| 1173 | </activity-alias> |
| 1174 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1175 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1176 | <activity android:name="Settings$RunningServicesActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1177 | android:label="@string/runningservices_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1178 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1179 | android:parentActivityName="Settings"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1180 | <intent-filter> |
| 1181 | <action android:name="android.intent.action.MAIN" /> |
| 1182 | <category android:name="android.intent.category.DEFAULT" /> |
| 1183 | <category android:name="android.intent.category.MONKEY" /> |
| 1184 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1185 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1186 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1187 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1188 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1189 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1190 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1191 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1192 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1193 | <activity android:name="Settings$StorageUseActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1194 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1195 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1196 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1197 | <intent-filter android:priority="1"> |
| 1198 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1199 | <category android:name="android.intent.category.DEFAULT" /> |
| 1200 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1201 | <intent-filter> |
| 1202 | <action android:name="android.intent.action.MAIN" /> |
| 1203 | <category android:name="android.intent.category.DEFAULT" /> |
| 1204 | <category android:name="android.intent.category.MONKEY" /> |
| 1205 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1206 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1207 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1208 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1209 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1210 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1211 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1212 | |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1213 | <activity android:name="Settings$NotificationStationActivity" |
Christoph Studer | 9717fab | 2014-06-30 16:10:26 +0200 | [diff] [blame] | 1214 | android:theme="@style/Theme.NotificationStation" |
John Spurlock | 72d3c27 | 2014-06-05 12:04:02 -0400 | [diff] [blame] | 1215 | android:label="@string/notification_log_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1216 | android:taskAffinity=""> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1217 | <intent-filter> |
| 1218 | <action android:name="android.intent.action.MAIN" /> |
| 1219 | <category android:name="android.intent.category.DEFAULT" /> |
| 1220 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1221 | </intent-filter> |
| 1222 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 1223 | android:value="com.android.settings.notification.NotificationStation" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1224 | </activity> |
| 1225 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1226 | <activity android:name=".notification.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1227 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1228 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1229 | <intent-filter> |
| 1230 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1231 | <category android:name="android.intent.category.DEFAULT" /> |
| 1232 | <category android:name="android.intent.category.VOICE" /> |
| 1233 | </intent-filter> |
| 1234 | </activity> |
| 1235 | |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1236 | <!-- |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1237 | <activity android:name="Settings$AppOpsSummaryActivity" |
| 1238 | android:label="@string/app_ops_settings" |
| 1239 | android:taskAffinity="" |
Dianne Hackborn | 5635594 | 2013-09-29 17:07:49 -0700 | [diff] [blame] | 1240 | android:enabled="false"> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1241 | <intent-filter> |
| 1242 | <action android:name="android.intent.action.MAIN" /> |
| 1243 | <action android:name="android.settings.APP_OPS_SETTINGS" /> |
| 1244 | <category android:name="android.intent.category.DEFAULT" /> |
| 1245 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1246 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1247 | </intent-filter> |
| 1248 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1249 | android:value="com.android.settings.applications.AppOpsSummary" /> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1250 | </activity> |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1251 | --> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1252 | |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 1253 | <activity android:name="Settings$BackgroundCheckSummaryActivity" |
| 1254 | android:label="@string/background_check_title" |
| 1255 | android:taskAffinity="" |
| 1256 | android:enabled="false"> |
| 1257 | <intent-filter> |
| 1258 | <action android:name="android.intent.action.MAIN" /> |
| 1259 | <category android:name="android.intent.category.DEFAULT" /> |
| 1260 | </intent-filter> |
| 1261 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1262 | android:value="com.android.settings.applications.BackgroundCheckSummary" /> |
| 1263 | </activity> |
| 1264 | |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1265 | <activity android:name="Settings$LocationSettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1266 | android:label="@string/location_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1267 | android:icon="@drawable/ic_settings_location" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1268 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1269 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1270 | <intent-filter android:priority="1"> |
| 1271 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1272 | <category android:name="android.intent.category.DEFAULT" /> |
| 1273 | </intent-filter> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1274 | <intent-filter> |
| 1275 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1276 | <category android:name="android.intent.category.DEFAULT" /> |
| 1277 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1278 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1279 | </intent-filter> |
| 1280 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1281 | android:value="com.android.settings.location.LocationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1282 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1283 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1284 | </activity> |
| 1285 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1286 | <activity android:name="Settings$SecuritySettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1287 | android:label="@string/security_settings_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 1288 | android:icon="@drawable/ic_settings_security" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1289 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1290 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1291 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1292 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1293 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1294 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1295 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1296 | </intent-filter> |
| 1297 | <intent-filter> |
| 1298 | <action android:name="android.intent.action.MAIN" /> |
| 1299 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1300 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1301 | </intent-filter> |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1302 | <intent-filter android:priority="4"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1303 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1304 | </intent-filter> |
| 1305 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1306 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1307 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1308 | android:value="com.android.settings.SecuritySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1309 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1310 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1311 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1312 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1313 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 1314 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1315 | android:theme="@style/Transparent" |
Victor Chang | 17ead04 | 2016-04-07 17:49:45 +0100 | [diff] [blame] | 1316 | android:excludeFromRecents="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1317 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1318 | <intent-filter android:priority="1"> |
| 1319 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1320 | <category android:name="android.intent.category.DEFAULT" /> |
| 1321 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1322 | <intent-filter> |
| 1323 | <action android:name="android.intent.action.MAIN" /> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1324 | <category android:name="android.intent.category.DEFAULT" /> |
| 1325 | </intent-filter> |
| 1326 | </activity> |
| 1327 | |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1328 | <activity android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1329 | android:label="@string/trusted_credentials" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1330 | android:icon="@drawable/ic_settings_security" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1331 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1332 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1333 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1334 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1335 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1336 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1337 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1338 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 1339 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1340 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1341 | </activity> |
| 1342 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1343 | <!-- Keep compatibility with old shortcuts. --> |
| 1344 | <activity-alias android:name="SecuritySettings" |
| 1345 | android:label="@string/security_settings_title" |
| 1346 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1347 | android:exported="true" |
| 1348 | android:targetActivity="Settings$SecuritySettingsActivity"> |
| 1349 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1350 | android:value="com.android.settings.SecuritySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1351 | </activity-alias> |
| 1352 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1353 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1354 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1355 | android:icon="@drawable/ic_settings_backup" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1356 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1357 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1358 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1359 | <intent-filter> |
| 1360 | <action android:name="android.intent.action.MAIN" /> |
| 1361 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1362 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1363 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1364 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1365 | android:value="com.android.settings.PrivacySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1366 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1367 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1368 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1369 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1370 | <activity android:name="SetFullBackupPassword" |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1371 | android:exported="false"> |
| 1372 | </activity> |
| 1373 | |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1374 | <activity android:name="CredentialStorage" |
| 1375 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1376 | android:launchMode="singleTop" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1377 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1378 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1379 | <action android:name="com.android.credentials.UNLOCK" /> |
| 1380 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1381 | <action android:name="com.android.credentials.RESET" /> |
| 1382 | <category android:name="android.intent.category.DEFAULT" /> |
| 1383 | </intent-filter> |
| 1384 | </activity> |
| 1385 | |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1386 | <activity android:name="Settings$DeviceAdminSettingsActivity" |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1387 | android:label="@string/device_admin_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1388 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1389 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1390 | <intent-filter> |
| 1391 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1392 | <category android:name="android.intent.category.DEFAULT" /> |
| 1393 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1394 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1395 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1396 | android:value="com.android.settings.DeviceAdminSettings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1397 | </activity> |
| 1398 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1399 | <!-- Keep compatibility with old shortcuts. --> |
| 1400 | <activity-alias android:name="DeviceAdminSettings" |
| 1401 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1402 | android:exported="true" |
| 1403 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1404 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1405 | android:value="com.android.settings.DeviceAdminSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1406 | </activity-alias> |
| 1407 | |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1408 | <activity android:name="DeviceAdminAdd" |
| 1409 | android:label="@string/device_admin_add_title" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1410 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1411 | <intent-filter> |
| 1412 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1413 | <category android:name="android.intent.category.DEFAULT" /> |
| 1414 | </intent-filter> |
| 1415 | </activity> |
| 1416 | |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1417 | <activity android:name="Settings$UsageAccessSettingsActivity" |
| 1418 | android:label="@string/usage_access_title" |
| 1419 | android:taskAffinity="com.android.settings" |
| 1420 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1421 | <intent-filter android:priority="1"> |
| 1422 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1423 | <category android:name="android.intent.category.DEFAULT" /> |
| 1424 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1425 | <intent-filter> |
| 1426 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1427 | <category android:name="android.intent.category.DEFAULT" /> |
| 1428 | </intent-filter> |
| 1429 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | d8da51c | 2015-04-17 14:34:12 -0400 | [diff] [blame] | 1430 | android:value="com.android.settings.applications.ManageApplications" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1431 | </activity> |
| 1432 | |
Amith Yamasani | b8e0f60 | 2014-07-28 16:28:36 -0700 | [diff] [blame] | 1433 | <activity-alias android:name="SetProfileOwner" |
| 1434 | android:label="@string/profile_owner_add_title" |
| 1435 | android:targetActivity="DeviceAdminAdd"> |
| 1436 | <intent-filter android:priority="1000"> |
| 1437 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1438 | <category android:name="android.intent.category.DEFAULT" /> |
| 1439 | </intent-filter> |
| 1440 | </activity-alias> |
| 1441 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1442 | <activity android:name="Settings$IccLockSettingsActivity" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1443 | android:label="@string/sim_lock_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1444 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1445 | <intent-filter> |
| 1446 | <action android:name="android.intent.action.MAIN" /> |
| 1447 | <category android:name="android.intent.category.DEFAULT" /> |
| 1448 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1449 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1450 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1451 | android:value="com.android.settings.IccLockSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1452 | </activity> |
| 1453 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1454 | <activity android:name="Settings$AccessibilitySettingsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 1455 | android:label="@string/accessibility_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1456 | android:icon="@drawable/ic_settings_accessibility" |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1457 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1458 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1459 | <intent-filter android:priority="1"> |
| 1460 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1461 | <category android:name="android.intent.category.DEFAULT" /> |
| 1462 | </intent-filter> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1463 | <intent-filter> |
| 1464 | <action android:name="android.intent.action.MAIN" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1465 | <category android:name="android.intent.category.DEFAULT" /> |
| 1466 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1467 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1468 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1469 | <intent-filter android:priority="2"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1470 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1471 | </intent-filter> |
| 1472 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1473 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1474 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1475 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1476 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1477 | android:value="true" /> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1478 | <meta-data android:name="com.android.settings.summary" |
| 1479 | android:resource="@string/accessibility_settings_summary" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1480 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1481 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1482 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1483 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1484 | android:label="@string/vision_settings_title" |
| 1485 | android:theme="@style/SetupWizardAccessibilityTheme" |
Noah Wang | 35a9561 | 2016-04-15 13:49:12 -0700 | [diff] [blame] | 1486 | android:taskAffinity="com.android.wizard" > |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1487 | <intent-filter android:priority="1"> |
| 1488 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 1489 | <category android:name="android.intent.category.DEFAULT" /> |
| 1490 | </intent-filter> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1491 | <intent-filter> |
| 1492 | <action android:name="android.intent.action.MAIN" /> |
| 1493 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 1494 | </intent-filter> |
| 1495 | <meta-data android:name="com.android.settings.title" |
| 1496 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1497 | <meta-data android:name="com.android.settings.icon_tintable" |
| 1498 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1499 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1500 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 1501 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1502 | android:value="true" /> |
| 1503 | </activity> |
| 1504 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1505 | <activity android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
| 1506 | android:label="@string/accessibility_display_daltonizer_preference_title" |
| 1507 | android:taskAffinity="com.android.settings" |
| 1508 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1509 | <intent-filter android:priority="1"> |
| 1510 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1511 | <category android:name="android.intent.category.DEFAULT" /> |
| 1512 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1513 | <intent-filter> |
| 1514 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1515 | <category android:name="android.intent.category.DEFAULT" /> |
| 1516 | </intent-filter> |
| 1517 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1518 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1519 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1520 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1521 | </activity> |
| 1522 | |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1523 | <activity android:name="Settings$CaptioningSettingsActivity" |
| 1524 | android:label="@string/accessibility_captioning_title" |
| 1525 | android:taskAffinity="com.android.settings" |
| 1526 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1527 | <intent-filter android:priority="1"> |
| 1528 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1529 | <category android:name="android.intent.category.DEFAULT" /> |
| 1530 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1531 | <intent-filter> |
| 1532 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1533 | <category android:name="android.intent.category.DEFAULT" /> |
| 1534 | </intent-filter> |
| 1535 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1536 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1537 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1538 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1539 | </activity> |
| 1540 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1541 | <activity android:name="Settings$TextToSpeechSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1542 | android:label="@string/tts_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1543 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1544 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1545 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1546 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1547 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1548 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1549 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1550 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1551 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1552 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1553 | </activity> |
| 1554 | |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1555 | <activity android:name="Settings$EnterprisePrivacySettingsActivity" |
Bartosz Fabianowski | ba66a0e | 2017-03-10 15:47:14 +0100 | [diff] [blame] | 1556 | android:label="@string/enterprise_privacy_settings" |
Bartosz Fabianowski | 1a8399f | 2017-03-08 14:01:26 +0100 | [diff] [blame] | 1557 | android:taskAffinity="com.android.settings" |
| 1558 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 1559 | <intent-filter> |
| 1560 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 1561 | <category android:name="android.intent.category.DEFAULT" /> |
| 1562 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1563 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1564 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
| 1565 | </activity> |
| 1566 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1567 | <!-- Second and third-level settings --> |
| 1568 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1569 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1570 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1571 | android:exported="true" |
Jorim Jaggi | 74a2283 | 2015-09-10 20:12:19 -0700 | [diff] [blame] | 1572 | android:theme="@android:style/Theme.NoDisplay"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1573 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1574 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 1575 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1576 | <category android:name="android.intent.category.DEFAULT" /> |
| 1577 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1578 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1579 | <!-- Activity alias for compatibility --> |
| 1580 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 1581 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 1582 | android:exported="true" /> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1583 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1584 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1585 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1586 | android:exported="false" |
| 1587 | android:permission="android.permission.MANAGE_USERS" |
Tony Mak | 0e5caa2 | 2016-04-04 16:25:24 +0100 | [diff] [blame] | 1588 | android:resizeableActivity="false" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1589 | android:theme="@android:style/Theme.NoDisplay"> |
| 1590 | <intent-filter android:priority="1"> |
| 1591 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 1592 | <category android:name="android.intent.category.DEFAULT" /> |
| 1593 | </intent-filter> |
| 1594 | </activity> |
| 1595 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1596 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1597 | android:enabled="false" |
| 1598 | android:exported="true" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1599 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 190ec1c | 2016-04-22 16:41:18 -0700 | [diff] [blame] | 1600 | android:theme="@style/SuwThemeGlif.Light" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 1601 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1602 | android:icon="@drawable/ic_suggested_notifications"> |
| 1603 | <intent-filter> |
| 1604 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 1605 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1606 | </intent-filter> |
| 1607 | <meta-data android:name="com.android.settings.require_user_type" |
| 1608 | android:value="primary" /> |
| 1609 | <meta-data android:name="com.android.settings.title" |
| 1610 | android:resource="@string/notification_suggestion_title" /> |
| 1611 | <meta-data android:name="com.android.settings.summary" |
| 1612 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1613 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1614 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1615 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1616 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1617 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1618 | |
| 1619 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1620 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1621 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1622 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1623 | <category android:name="android.intent.category.DEFAULT" /> |
| 1624 | </intent-filter> |
| 1625 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1626 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1627 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1628 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1629 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1630 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 1631 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1632 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1633 | |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 1634 | <activity android:name=".fingerprint.FingerprintSettings" android:exported="false"/> |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 1635 | <activity android:name=".fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 1636 | <activity android:name=".fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 1637 | <activity android:name=".fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1638 | <activity android:name=".fingerprint.FingerprintEnrollIntroduction" android:exported="false" /> |
| 1639 | |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1640 | <activity android:name=".fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 1641 | <activity android:name=".fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 1642 | <activity android:name=".fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 1643 | <activity android:name=".fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1644 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1645 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1646 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1647 | <intent-filter> |
| 1648 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 1649 | <category android:name="android.intent.category.DEFAULT" /> |
| 1650 | </intent-filter> |
| 1651 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 1652 | |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 1653 | <activity android:name=".fingerprint.FingerprintSuggestionActivity" |
| 1654 | android:exported="true" |
| 1655 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 1656 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 1657 | android:theme="@style/GlifTheme.Light"> |
| 1658 | <intent-filter> |
| 1659 | <action android:name="android.intent.action.MAIN" /> |
| 1660 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 1661 | </intent-filter> |
| 1662 | <intent-filter> |
| 1663 | <action android:name="android.intent.action.MAIN" /> |
| 1664 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1665 | </intent-filter> |
| 1666 | <meta-data android:name="com.android.settings.dismiss" |
| 1667 | android:value="5,9,30" /> |
| 1668 | <meta-data android:name="com.android.settings.require_feature" |
| 1669 | android:value="android.hardware.fingerprint" /> |
| 1670 | <meta-data android:name="com.android.settings.title" |
| 1671 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 1672 | <meta-data android:name="com.android.settings.summary" |
| 1673 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
| 1674 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 1675 | </activity> |
| 1676 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1677 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1678 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 1679 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1680 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1681 | |
| 1682 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1683 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1684 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 1685 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1686 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1687 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1688 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1689 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1690 | android:theme="@style/GlifTheme.Light" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 1691 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1692 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1693 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 1694 | <category android:name="android.intent.category.DEFAULT" /> |
| 1695 | </intent-filter> |
| 1696 | </activity> |
| 1697 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1698 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1699 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 1700 | android:excludeFromRecents="true" |
| 1701 | android:exported="false" /> |
| 1702 | |
| 1703 | <activity android:name=".password.SetNewPasswordActivity" |
| 1704 | android:theme="@android:style/Theme.NoDisplay" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1705 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1706 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1707 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 1708 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1709 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1710 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1711 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1712 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1713 | </activity> |
| 1714 | |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1715 | <activity android:name=".Settings$ScreenLockSuggestionActivity" |
| 1716 | android:icon="@drawable/ic_settings_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1717 | <intent-filter android:priority="1"> |
| 1718 | <action android:name="android.intent.action.MAIN" /> |
| 1719 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN" /> |
| 1720 | </intent-filter> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1721 | <meta-data android:name="com.android.settings.dismiss" |
| 1722 | android:value="0,30" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1723 | <meta-data android:name="com.android.settings.title" |
| 1724 | android:resource="@string/suggested_lock_settings_title" /> |
| 1725 | <meta-data android:name="com.android.settings.summary" |
| 1726 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1727 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1728 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1729 | |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1730 | <activity android:name=".Settings$FingerprintEnrollSuggestionActivity" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1731 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1732 | <intent-filter android:priority="2"> |
| 1733 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1734 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1735 | </intent-filter> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1736 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1737 | android:value="2,6,30" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1738 | <meta-data android:name="com.android.settings.require_feature" |
| 1739 | android:value="android.hardware.fingerprint" /> |
| 1740 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 1741 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1742 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1743 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1744 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1745 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1746 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 1747 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1748 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1749 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1750 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1751 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1752 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1753 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1754 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1755 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1756 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1757 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1758 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1759 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1760 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1761 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1762 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1763 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1764 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 1765 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1766 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1767 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1768 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1769 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 1770 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1771 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 46a194b | 2016-05-24 20:03:08 -0700 | [diff] [blame] | 1772 | android:label="@string/encryption_interstitial_header" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1773 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1774 | android:theme="@style/GlifTheme.Light"/> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1775 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1776 | <activity android:name=".EncryptionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1777 | android:theme="@style/GlifTheme.Light" /> |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 1778 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1779 | <activity android:name=".Settings$StatusActivity" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1780 | android:label="@string/device_status_activity_title" |
Carsten Hauge | ce42dfb | 2014-03-14 14:41:55 +0100 | [diff] [blame] | 1781 | android:taskAffinity="com.android.settings" |
Fan Zhang | 4a1d2c7 | 2016-07-06 13:28:19 -0700 | [diff] [blame] | 1782 | android:parentActivityName="Settings$DeviceInfoSettingsActivity"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1783 | <intent-filter> |
| 1784 | <action android:name="android.intent.action.MAIN" /> |
| 1785 | <category android:name="android.intent.category.DEFAULT" /> |
| 1786 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1787 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1788 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1789 | android:value="com.android.settings.deviceinfo.Status" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1790 | </activity> |
| 1791 | |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1792 | <!-- Runs in the phone process since it needs access to the Phone object --> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1793 | <activity android:name=".Settings$SimStatusActivity" |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1794 | android:label="@string/sim_status_title" |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1795 | android:process="com.android.phone"> |
| 1796 | <intent-filter> |
| 1797 | <action android:name="android.intent.action.MAIN" /> |
| 1798 | <category android:name="android.intent.category.DEFAULT" /> |
| 1799 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1800 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1801 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1802 | android:value="com.android.settings.deviceinfo.SimStatus" /> |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1803 | </activity> |
| 1804 | |
| 1805 | <!-- Runs in the phone process since it needs access to the Phone object --> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1806 | <activity android:name=".Settings$ImeiInformationActivity" |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1807 | android:label="@string/imei_information_title" |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1808 | android:process="com.android.phone"> |
| 1809 | <intent-filter> |
| 1810 | <action android:name="android.intent.action.MAIN" /> |
| 1811 | <category android:name="android.intent.category.DEFAULT" /> |
| 1812 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1813 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1814 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1815 | android:value="com.android.settings.deviceinfo.ImeiInformation" /> |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1816 | </activity> |
| 1817 | |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1818 | <activity android:name=".Settings$StorageDashboardActivity" |
| 1819 | android:label="@string/storage_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1820 | android:icon="@drawable/ic_settings_storage" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1821 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1822 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1823 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1824 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 1825 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 1826 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1827 | </intent-filter> |
| 1828 | <intent-filter> |
| 1829 | <action android:name="android.intent.action.MAIN" /> |
| 1830 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1831 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1832 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1833 | <intent-filter android:priority="5"> |
| 1834 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1835 | </intent-filter> |
| 1836 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1837 | android:value="com.android.settings.category.ia.homepage" /> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1838 | <meta-data android:name="com.android.settings.title" |
Jason Monk | a4bc49e | 2016-05-31 14:49:03 -0400 | [diff] [blame] | 1839 | android:resource="@string/storage_usb_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1840 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1841 | android:value="com.android.settings.deviceinfo.StorageSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1842 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1843 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1844 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1845 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1846 | <activity android:name="Settings$PrivateVolumeSettingsActivity" |
| 1847 | android:label="@string/storage_settings_title" |
| 1848 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1849 | android:parentActivityName="Settings$StorageDashboardActivity"> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1850 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1851 | android:value="com.android.settings.deviceinfo.PrivateVolumeSettings" /> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1852 | </activity> |
| 1853 | |
| 1854 | <activity android:name="Settings$PublicVolumeSettingsActivity" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1855 | android:label="@string/storage_settings_title" |
| 1856 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1857 | android:parentActivityName="Settings$StorageDashboardActivity"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1858 | <intent-filter> |
| 1859 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 1860 | <category android:name="android.intent.category.DEFAULT" /> |
| 1861 | <data |
| 1862 | android:scheme="content" |
| 1863 | android:host="com.android.externalstorage.documents" |
| 1864 | android:mimeType="vnd.android.document/root" /> |
| 1865 | </intent-filter> |
| 1866 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1867 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1868 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 1869 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1870 | <activity android:name="Settings$PrivateVolumeForgetActivity" |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1871 | android:label="@string/storage_settings_title" |
| 1872 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1873 | android:parentActivityName="Settings$StorageDashboardActivity" |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1874 | android:exported="true" |
| 1875 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
| 1876 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1877 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1878 | </activity> |
| 1879 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1880 | <!-- Exported for SystemUI to launch into --> |
| 1881 | <activity android:name=".deviceinfo.StorageWizardInit" |
| 1882 | android:theme="@style/SuwThemeMaterial.Light" |
| 1883 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1884 | android:exported="true" |
| 1885 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1886 | <activity android:name=".deviceinfo.StorageWizardFormatConfirm" |
| 1887 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1888 | android:exported="false" /> |
| 1889 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
| 1890 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1891 | android:exported="false" /> |
| 1892 | <activity android:name=".deviceinfo.StorageWizardMigrate" |
| 1893 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1894 | android:exported="false" /> |
| 1895 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
| 1896 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1897 | android:exported="false" /> |
| 1898 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
| 1899 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1900 | android:exported="true" |
| 1901 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1902 | <activity android:name=".deviceinfo.StorageWizardReady" |
| 1903 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1904 | android:exported="true" |
| 1905 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1906 | |
| 1907 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
| 1908 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1909 | android:exported="false" /> |
| 1910 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
| 1911 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1912 | android:exported="true" |
| 1913 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1914 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1915 | <!-- Exported for SystemUI to trigger --> |
| 1916 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 1917 | android:exported="true" |
| 1918 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 1919 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1920 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 1921 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 1922 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1923 | <intent-filter> |
| 1924 | <action android:name="android.intent.action.VIEW" /> |
| 1925 | <action android:name="android.intent.action.EDIT" /> |
| 1926 | <category android:name="android.intent.category.DEFAULT" /> |
| 1927 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 1928 | </intent-filter> |
| 1929 | |
| 1930 | <intent-filter> |
| 1931 | <action android:name="android.intent.action.INSERT" /> |
| 1932 | <category android:name="android.intent.category.DEFAULT" /> |
| 1933 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 1934 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1935 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1936 | android:value="com.android.settings.ApnEditor" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1937 | </activity> |
| 1938 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1939 | <activity android:name="Settings$DevelopmentSettingsActivity" |
Dianne Hackborn | ee29379 | 2010-11-01 12:32:33 -0700 | [diff] [blame] | 1940 | android:label="@string/development_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1941 | android:icon="@drawable/ic_settings_development" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1942 | android:taskAffinity="com.android.settings" |
Jason Monk | 5862c1e | 2016-06-07 14:02:33 -0400 | [diff] [blame] | 1943 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1944 | <intent-filter android:priority="1"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1945 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1946 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1947 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1948 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1949 | <intent-filter android:priority="50"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1950 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1951 | </intent-filter> |
| 1952 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1953 | android:value="com.android.settings.category.ia.system" /> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 1954 | <meta-data android:name="com.android.settings.summary" |
| 1955 | android:resource="@string/summary_empty"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1956 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 11d2d68 | 2017-03-17 16:19:26 -0700 | [diff] [blame] | 1957 | android:value="com.android.settings.development.DevelopmentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1958 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1959 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1960 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1961 | |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 1962 | <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real |
| 1963 | activity is disabled to be CTS compliant. --> |
| 1964 | <activity |
| 1965 | android:name=".development.DevelopmentSettingsDisabledActivity" |
| 1966 | android:icon="@drawable/ic_settings_development" |
| 1967 | android:label="@string/development_settings_title" |
| 1968 | android:theme="@android:style/Theme.NoDisplay"> |
| 1969 | <intent-filter android:priority="-1"> |
| 1970 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1971 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1972 | <category android:name="android.intent.category.DEFAULT" /> |
| 1973 | </intent-filter> |
| 1974 | </activity> |
| 1975 | |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1976 | <activity android:name="Settings$PrintSettingsActivity" |
| 1977 | android:label="@string/print_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1978 | android:icon="@drawable/ic_settings_print" |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1979 | android:taskAffinity="com.android.settings" |
| 1980 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1981 | <intent-filter android:priority="1"> |
| 1982 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1983 | <category android:name="android.intent.category.DEFAULT" /> |
| 1984 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1985 | <intent-filter> |
| 1986 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1987 | <category android:name="android.intent.category.DEFAULT" /> |
| 1988 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1989 | </intent-filter> |
Fan Zhang | c580b91 | 2017-03-01 14:38:52 -0800 | [diff] [blame] | 1990 | <intent-filter android:priority="2"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1991 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1992 | </intent-filter> |
| 1993 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | c580b91 | 2017-03-01 14:38:52 -0800 | [diff] [blame] | 1994 | android:value="com.android.settings.category.ia.device" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1995 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1996 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1997 | </activity> |
| 1998 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1999 | <activity android:name="Settings$PrintJobSettingsActivity" |
| 2000 | android:label="@string/print_print_job" |
| 2001 | android:taskAffinity="com.android.settings" |
| 2002 | android:parentActivityName="Settings$PrintSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2003 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2004 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 2005 | <category android:name="android.intent.category.DEFAULT" /> |
| 2006 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 2007 | </intent-filter> |
| 2008 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2009 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2010 | </activity> |
| 2011 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2012 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2013 | <activity-alias android:name="DevelopmentSettings" |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2014 | android:exported="true" |
| 2015 | android:label="@string/development_settings_title" |
| 2016 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2017 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 68d9e2a | 2017-03-21 12:31:31 -0700 | [diff] [blame] | 2018 | android:value="com.android.settings.development.DevelopmentSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2019 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2020 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 2021 | <activity android:name=".development.AppPicker" |
| 2022 | android:label="@string/select_application" |
| 2023 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 2024 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2025 | <activity android:name="Settings$WebViewAppPickerActivity" |
| 2026 | android:label="@string/select_webview_provider_dialog_title"> |
| 2027 | </activity> |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 2028 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2029 | <!-- Keep compatibility with old shortcuts. --> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2030 | <activity-alias android:name="UsbSettings" |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2031 | android:exported="true" |
| 2032 | android:label="@string/storage_title_usb" |
| 2033 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2034 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2035 | android:value="com.android.settings.deviceinfo.UsbSettings" /> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2036 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2037 | |
| 2038 | <!-- Bluetooth stuff --> |
| 2039 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2040 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 2041 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 2042 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2043 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2044 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2045 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2046 | <category android:name="android.intent.category.DEFAULT" /> |
| 2047 | </intent-filter> |
| 2048 | </activity> |
| 2049 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2050 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2051 | android:excludeFromRecents="true" |
| 2052 | android:permission="android.permission.BLUETOOTH" |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2053 | android:theme="@style/BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2054 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2055 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 2056 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2057 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2058 | <category android:name="android.intent.category.DEFAULT" /> |
| 2059 | </intent-filter> |
| 2060 | </activity> |
| 2061 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2062 | <activity android:name=".wifi.WifiScanModeActivity" |
| 2063 | android:excludeFromRecents="true" |
| 2064 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2065 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2066 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 2067 | <category android:name="android.intent.category.DEFAULT" /> |
| 2068 | </intent-filter> |
| 2069 | </activity> |
| 2070 | |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 2071 | <activity android:name=".deviceinfo.UsbModeChooserActivity" |
| 2072 | android:excludeFromRecents="true" |
| 2073 | android:exported="true" |
| 2074 | android:permission="android.permission.MANAGE_USB" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2075 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 2076 | </activity> |
| 2077 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2078 | <activity android:name=".RemoteBugreportActivity" |
| 2079 | android:excludeFromRecents="true" |
| 2080 | android:exported="true" |
| 2081 | android:permission="android.permission.DUMP" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2082 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2083 | <intent-filter> |
| 2084 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 2085 | <category android:name="android.intent.category.DEFAULT" /> |
| 2086 | </intent-filter> |
| 2087 | </activity> |
| 2088 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2089 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 2090 | android:label="@string/bluetooth_pairing_request" |
| 2091 | android:excludeFromRecents="true" |
| 2092 | android:permission="android.permission.BLUETOOTH" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2093 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2094 | </activity> |
| 2095 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 2096 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 2097 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2098 | <receiver android:name=".bluetooth.BluetoothPairingRequest"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2099 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2100 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2101 | </intent-filter> |
| 2102 | </receiver> |
| 2103 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 2104 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
| 2105 | android:permission="android.permission.BLUETOOTH_ADMIN"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2106 | <intent-filter> |
| 2107 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2108 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2109 | </intent-filter> |
| 2110 | </receiver> |
| 2111 | |
| 2112 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 2113 | android:label="@string/bluetooth_connection_permission_request" |
| 2114 | android:excludeFromRecents="true" |
| 2115 | android:permission="android.permission.BLUETOOTH_ADMIN" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2116 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2117 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2118 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2119 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2120 | <category android:name="android.intent.category.DEFAULT" /> |
| 2121 | </intent-filter> |
| 2122 | </activity> |
| 2123 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2124 | <activity android:name="ActivityPicker" |
| 2125 | android:label="@string/activity_picker_label" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2126 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 2127 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2128 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2129 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 2130 | <category android:name="android.intent.category.DEFAULT" /> |
| 2131 | </intent-filter> |
| 2132 | </activity> |
| 2133 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2134 | <!-- NFC settings --> |
| 2135 | <activity android:name="Settings$AndroidBeamSettingsActivity" |
| 2136 | android:label="@string/android_beam_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2137 | android:taskAffinity="com.android.settings" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 2138 | android:parentActivityName="Settings$ConnectedDeviceDashboardActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2139 | <intent-filter android:priority="1"> |
| 2140 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 2141 | <category android:name="android.intent.category.DEFAULT" /> |
| 2142 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2143 | <intent-filter> |
| 2144 | <action android:name="android.intent.action.MAIN" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2145 | <category android:name="android.intent.category.DEFAULT" /> |
| 2146 | </intent-filter> |
| 2147 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 2148 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2149 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2150 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2151 | </activity> |
| 2152 | |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2153 | <activity android:name="Settings$WifiDisplaySettingsActivity" |
| 2154 | android:label="@string/wifi_display_settings_title" |
Fan Zhang | 3d0c5c2 | 2017-02-16 12:53:44 -0800 | [diff] [blame] | 2155 | android:icon="@drawable/ic_cast_24dp" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2156 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2157 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 2158 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2159 | <category android:name="android.intent.category.DEFAULT" /> |
| 2160 | </intent-filter> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2161 | <intent-filter> |
| 2162 | <action android:name="android.intent.action.MAIN" /> |
| 2163 | <category android:name="android.intent.category.DEFAULT" /> |
| 2164 | </intent-filter> |
Fan Zhang | 5561543 | 2017-02-07 10:39:01 -0800 | [diff] [blame] | 2165 | <intent-filter android:priority="6"> |
| 2166 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 2167 | </intent-filter> |
| 2168 | <meta-data android:name="com.android.settings.category" |
| 2169 | android:value="com.android.settings.category.ia.device" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2170 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2171 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 2172 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2173 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2174 | <activity android:name="Display" android:label="@string/display_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2175 | android:configChanges="fontScale" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2176 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2177 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2178 | <intent-filter> |
| 2179 | <action android:name="android.intent.action.MAIN" /> |
| 2180 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2181 | </intent-filter> |
| 2182 | </activity> |
| 2183 | |
| 2184 | <activity android:name="RadioInfo" android:label="@string/phone_info_label" |
| 2185 | android:process="com.android.phone"> |
| 2186 | <intent-filter> |
| 2187 | <action android:name="android.intent.action.MAIN" /> |
| 2188 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2189 | </intent-filter> |
| 2190 | </activity> |
| 2191 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2192 | <!-- TODO: Is this needed? --> |
| 2193 | <activity android:name="BandMode" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2194 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2195 | android:process="com.android.phone"> |
| 2196 | <intent-filter> |
| 2197 | <action android:name="android.intent.action.MAIN" /> |
| 2198 | <category android:name="android.intent.category.DEFAULT" /> |
| 2199 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2200 | </intent-filter> |
| 2201 | </activity> |
| 2202 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2203 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2204 | <intent-filter> |
| 2205 | <action android:name="android.intent.action.MAIN" /> |
| 2206 | <category android:name="android.intent.category.DEFAULT" /> |
| 2207 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2208 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2209 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2210 | </activity> |
| 2211 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 2212 | <receiver android:name=".TestingSettingsBroadcastReceiver"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2213 | <intent-filter> |
| 2214 | <action android:name="android.provider.Telephony.SECRET_CODE" /> |
| 2215 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 2216 | </intent-filter> |
| 2217 | </receiver> |
| 2218 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2219 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2220 | <activity android:name="AppWidgetPickActivity" |
| 2221 | android:label="@string/widget_picker_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2222 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2223 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2224 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2225 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2226 | <category android:name="android.intent.category.DEFAULT" /> |
| 2227 | </intent-filter> |
| 2228 | </activity> |
| 2229 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2230 | <activity android:name="AllowBindAppWidgetActivity" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2231 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2232 | android:finishOnCloseSystemDialogs="true" |
| 2233 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2234 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2235 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 2236 | <category android:name="android.intent.category.DEFAULT" /> |
| 2237 | </intent-filter> |
| 2238 | </activity> |
| 2239 | |
Adam Lesinski | 1789f7d | 2014-08-06 17:53:38 -0700 | [diff] [blame] | 2240 | <activity android:name="UsageStatsActivity" android:label="@string/usage_stats_label" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2241 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2242 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2243 | <intent-filter> |
| 2244 | <action android:name="android.intent.action.MAIN" /> |
| 2245 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2246 | </intent-filter> |
| 2247 | </activity> |
| 2248 | |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2249 | <activity android:name="Settings$PowerUsageSummaryActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2250 | android:label="@string/power_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2251 | android:icon="@drawable/ic_settings_battery" |
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.intent.action.POWER_USAGE_SUMMARY" /> |
| 2255 | <category android:name="android.intent.category.DEFAULT" /> |
| 2256 | </intent-filter> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2257 | <intent-filter> |
| 2258 | <action android:name="android.intent.action.MAIN" /> |
| 2259 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 2260 | <category android:name="com.android.settings.SHORTCUT" /> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2261 | </intent-filter> |
Doris Ling | 4ffca2a | 2017-03-01 10:47:21 -0800 | [diff] [blame] | 2262 | <intent-filter android:priority="8"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2263 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2264 | </intent-filter> |
| 2265 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 4ffca2a | 2017-03-01 10:47:21 -0800 | [diff] [blame] | 2266 | android:value="com.android.settings.category.ia.homepage" /> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2267 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2268 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 2269 | </activity> |
| 2270 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2271 | <!-- Keep compatibility with old shortcuts. --> |
| 2272 | <activity-alias android:name=".fuelgauge.PowerUsageSummary" |
| 2273 | android:label="@string/power_usage_summary_title" |
| 2274 | android:exported="true" |
| 2275 | android:targetActivity="Settings$PowerUsageSummaryActivity"> |
| 2276 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2277 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2278 | </activity-alias> |
| 2279 | |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2280 | <activity android:name="Settings$BatterySaverSettingsActivity" |
| 2281 | android:label="@string/battery_saver" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2282 | android:icon="@drawable/ic_settings_battery" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2283 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2284 | <intent-filter android:priority="1"> |
| 2285 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 2286 | <category android:name="android.intent.category.DEFAULT" /> |
| 2287 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2288 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2289 | android:value="com.android.settings.fuelgauge.BatterySaverSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2290 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2291 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2292 | </activity> |
| 2293 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 2294 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2295 | android:label="@string/power_usage_summary_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2296 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2297 | android:exported="true"> |
| 2298 | <intent-filter> |
| 2299 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 2300 | <category android:name="android.intent.category.DEFAULT" /> |
| 2301 | <category android:name="android.intent.category.VOICE" /> |
| 2302 | </intent-filter> |
| 2303 | </activity> |
| 2304 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2305 | <activity android:name="Settings$AccountSyncSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2306 | android:label="@string/account_sync_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 2307 | android:taskAffinity="" |
Jeff Sharkey | cc0d26b | 2012-11-27 16:42:27 -0800 | [diff] [blame] | 2308 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2309 | <intent-filter android:priority="1"> |
| 2310 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 2311 | <category android:name="android.intent.category.DEFAULT" /> |
| 2312 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2313 | <intent-filter> |
| 2314 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2315 | <category android:name="android.intent.category.DEFAULT" /> |
| 2316 | </intent-filter> |
| 2317 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2318 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2319 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2320 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2321 | </activity> |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2322 | <activity android:name="Settings$ManagedProfileSettingsActivity" |
| 2323 | android:label="@string/managed_profile_settings_title" |
| 2324 | android:taskAffinity="" |
| 2325 | android:parentActivityName="Settings" |
| 2326 | android:permission="android.permission.MANAGE_USERS"> |
| 2327 | <intent-filter android:priority="1"> |
| 2328 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 2329 | <category android:name="android.intent.category.DEFAULT" /> |
| 2330 | </intent-filter> |
| 2331 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2332 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
| 2333 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2334 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2335 | <activity android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 21c2904 | 2012-10-02 15:16:21 -0700 | [diff] [blame] | 2336 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 2337 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2338 | android:label="@string/header_add_an_account" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2339 | android:taskAffinity="com.android.settings" |
Doris Ling | f074f0f | 2017-02-24 15:20:05 -0800 | [diff] [blame] | 2340 | android:parentActivityName="Settings$UserAndAccountDashboardActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2341 | <intent-filter android:priority="1"> |
| 2342 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 2343 | <category android:name="android.intent.category.DEFAULT" /> |
| 2344 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2345 | <intent-filter> |
| 2346 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2347 | <category android:name="android.intent.category.DEFAULT" /> |
| 2348 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2349 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2350 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2351 | </activity> |
| 2352 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2353 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2354 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 2355 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2356 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2357 | android:value="com.android.settings.accounts.ChooseAccountActivity" /> |
| 2358 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2359 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2360 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 25f1f60 | 2015-08-25 10:16:07 -0700 | [diff] [blame] | 2361 | androidprv:systemUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2362 | android:immersive="true" |
| 2363 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 2364 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 2365 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 2366 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 2367 | android:windowSoftInputMode="adjustResize" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2368 | android:screenOrientation="nosensor" |
| 2369 | android:process=":CryptKeeper"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2370 | <intent-filter android:priority="10"> |
| 2371 | <action android:name="android.intent.action.MAIN" /> |
| 2372 | <category android:name="android.intent.category.HOME" /> |
| 2373 | <category android:name="android.intent.category.DEFAULT" /> |
| 2374 | </intent-filter> |
| 2375 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2376 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2377 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 2378 | <activity android:name=".FallbackHome" |
| 2379 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 2380 | android:label="" |
Maurice Lam | 6e79c02 | 2016-07-15 18:11:54 -0700 | [diff] [blame] | 2381 | android:screenOrientation="nosensor" |
Jeff Sharkey | e555a6f | 2016-02-23 20:48:01 -0700 | [diff] [blame] | 2382 | android:theme="@style/FallbackHome"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 2383 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2384 | <action android:name="android.intent.action.MAIN" /> |
| 2385 | <category android:name="android.intent.category.HOME" /> |
| 2386 | <category android:name="android.intent.category.DEFAULT" /> |
| 2387 | </intent-filter> |
| 2388 | </activity> |
| 2389 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 2390 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 2391 | android:immersive="true" |
| 2392 | android:launchMode="singleTop" |
| 2393 | android:theme="@style/CryptKeeperBlankTheme" |
| 2394 | /> |
| 2395 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 2396 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 2397 | android:immersive="true" |
| 2398 | android:launchMode="singleTop" |
| 2399 | android:theme="@style/CryptKeeperBlankTheme" |
| 2400 | /> |
| 2401 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2402 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 2403 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2404 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2405 | <intent-filter android:priority="1"> |
| 2406 | <action android:name="android.app.action.START_ENCRYPTION" /> |
| 2407 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 2408 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2409 | <intent-filter> |
| 2410 | <action android:name="android.intent.action.MAIN" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2411 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 2412 | </intent-filter> |
| 2413 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2414 | android:value="com.android.settings.CryptKeeperSettings" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2415 | </activity> |
| 2416 | |
Rajeev Kumar | 4a5e3dc | 2017-07-18 19:21:34 -0700 | [diff] [blame] | 2417 | <activity android:name="Settings$DataPlanUsageSummaryActivity" |
| 2418 | android:label="@string/data_usage_summary_title" |
| 2419 | android:icon="@drawable/ic_settings_data_usage" |
| 2420 | android:taskAffinity=""> |
| 2421 | <intent-filter> |
| 2422 | <action android:name="android.intent.action.MAIN" /> |
| 2423 | <category android:name="android.intent.category.DEFAULT" /> |
| 2424 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2425 | </intent-filter> |
| 2426 | <intent-filter android:priority="10"> |
| 2427 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2428 | </intent-filter> |
| 2429 | <meta-data android:name="com.android.settings.category" |
| 2430 | android:value="com.android.settings.category.ia.wireless" /> |
| 2431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2432 | android:value="com.android.settings.datausage.DataPlanUsageSummary" /> |
| 2433 | </activity> |
| 2434 | |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2435 | <activity android:name="Settings$DataUsageSummaryActivity" |
Jeff Sharkey | d39c6e4 | 2011-08-04 21:17:23 -0700 | [diff] [blame] | 2436 | android:label="@string/data_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2437 | android:icon="@drawable/ic_settings_data_usage" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2438 | android:taskAffinity=""> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2439 | <intent-filter> |
| 2440 | <action android:name="android.intent.action.MAIN" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2441 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 2442 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2443 | </intent-filter> |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 2444 | <intent-filter android:priority="10"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2445 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2446 | </intent-filter> |
| 2447 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 2448 | android:value="com.android.settings.category.ia.wireless" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2449 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | b37e288 | 2016-01-11 14:27:20 -0500 | [diff] [blame] | 2450 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2451 | </activity> |
| 2452 | |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2453 | <activity android:name="Settings$MobileDataUsageListActivity" |
| 2454 | android:label="@string/cellular_data_usage" |
| 2455 | android:taskAffinity=""> |
| 2456 | <intent-filter android:priority="1"> |
| 2457 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 2458 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2459 | </intent-filter> |
| 2460 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2461 | android:value="com.android.settings.datausage.DataUsageList" /> |
| 2462 | </activity> |
| 2463 | |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2464 | <activity android:name="Settings$DreamSettingsActivity" |
| 2465 | android:label="@string/screensaver_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2466 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2467 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2468 | <intent-filter android:priority="1"> |
| 2469 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2470 | <category android:name="android.intent.category.DEFAULT" /> |
| 2471 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2472 | <intent-filter> |
| 2473 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2474 | <category android:name="android.intent.category.DEFAULT" /> |
| 2475 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2476 | </intent-filter> |
| 2477 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 2478 | android:value="com.android.settings.dream.DreamSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2479 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2480 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2481 | </activity> |
| 2482 | |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2483 | <activity android:name="Settings$UserSettingsActivity" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2484 | android:label="@string/user_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2485 | android:icon="@drawable/ic_settings_multiuser" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2486 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2487 | <intent-filter android:priority="1"> |
| 2488 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2489 | <category android:name="android.intent.category.DEFAULT" /> |
| 2490 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2491 | <intent-filter> |
| 2492 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2493 | <category android:name="android.intent.category.DEFAULT" /> |
| 2494 | </intent-filter> |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2495 | <intent-filter android:priority="8"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2496 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2497 | </intent-filter> |
| 2498 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2499 | android:value="com.android.settings.category.ia.accounts" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2500 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2501 | android:value="com.android.settings.users.UserSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2502 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2503 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2504 | </activity> |
| 2505 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2506 | <activity android:name="Settings$PaymentSettingsActivity" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2507 | android:label="@string/nfc_payment_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2508 | android:icon="@drawable/ic_settings_nfc_payment" |
Jason Monk | 5862c1e | 2016-06-07 14:02:33 -0400 | [diff] [blame] | 2509 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2510 | <intent-filter android:priority="1"> |
| 2511 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2512 | <category android:name="android.intent.category.DEFAULT" /> |
| 2513 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2514 | <intent-filter> |
| 2515 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2516 | <category android:name="android.intent.category.DEFAULT" /> |
| 2517 | </intent-filter> |
| 2518 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2519 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2520 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2521 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2522 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2523 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2524 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2525 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2526 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2527 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2528 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2529 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2530 | <category android:name="android.intent.category.DEFAULT" /> |
| 2531 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2532 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2533 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2534 | </activity> |
| 2535 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2536 | <activity android:name=".nfc.HowItWorks" |
| 2537 | android:label="@string/nfc_payment_settings_title" |
| 2538 | android:parentActivityName="Settings$PaymentSettingsActivity"> |
| 2539 | android:excludeFromRecents="true"> |
| 2540 | </activity> |
| 2541 | |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2542 | <activity android:name=".SmsDefaultDialog" |
| 2543 | android:label="@string/sms_application_title" |
| 2544 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2545 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2546 | <intent-filter android:priority="1"> |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2547 | <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" /> |
| 2548 | <category android:name="android.intent.category.DEFAULT" /> |
| 2549 | </intent-filter> |
| 2550 | </activity> |
| 2551 | |
Julia Reynolds | 559bd36 | 2017-06-21 14:19:46 -0400 | [diff] [blame] | 2552 | <activity android:name="Settings$SpecialAccessSettingsActivity" |
| 2553 | android:taskAffinity=""> |
| 2554 | <intent-filter> |
| 2555 | <action android:name="android.intent.action.MAIN" /> |
| 2556 | <category android:name="android.intent.category.DEFAULT" /> |
| 2557 | </intent-filter> |
| 2558 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2559 | android:value="com.android.settings.applications.SpecialAccessSettings" /> |
| 2560 | </activity> |
| 2561 | |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2562 | <activity android:name="Settings$NotificationAccessSettingsActivity" |
Jeff Sharkey | b654846 | 2014-07-21 15:38:06 -0700 | [diff] [blame] | 2563 | android:label="@string/manage_notification_access_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2564 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2565 | <intent-filter android:priority="1"> |
| 2566 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2567 | <category android:name="android.intent.category.DEFAULT" /> |
| 2568 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2569 | <intent-filter> |
| 2570 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2571 | <category android:name="android.intent.category.DEFAULT" /> |
| 2572 | </intent-filter> |
| 2573 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2574 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2575 | </activity> |
| 2576 | |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2577 | <activity android:name="Settings$VrListenersSettingsActivity" |
| 2578 | android:label="@string/vr_listeners_title" |
| 2579 | android:taskAffinity=""> |
| 2580 | <intent-filter android:priority="1"> |
| 2581 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 2582 | <category android:name="android.intent.category.DEFAULT" /> |
| 2583 | </intent-filter> |
| 2584 | <intent-filter> |
| 2585 | <action android:name="android.intent.action.MAIN" /> |
| 2586 | <category android:name="android.intent.category.DEFAULT" /> |
| 2587 | </intent-filter> |
| 2588 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2589 | android:value="com.android.settings.applications.VrListenerSettings" /> |
| 2590 | </activity> |
| 2591 | |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2592 | <activity android:name="Settings$PictureInPictureSettingsActivity" |
| 2593 | android:label="@string/picture_in_picture_title" |
| 2594 | android:taskAffinity=""> |
| 2595 | <intent-filter android:priority="1"> |
| 2596 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2597 | <category android:name="android.intent.category.DEFAULT" /> |
| 2598 | </intent-filter> |
| 2599 | <intent-filter> |
| 2600 | <action android:name="android.intent.action.MAIN" /> |
| 2601 | <category android:name="android.intent.category.DEFAULT" /> |
| 2602 | </intent-filter> |
| 2603 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2604 | android:value="com.android.settings.applications.PictureInPictureSettings" /> |
| 2605 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2606 | |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2607 | <activity android:name="Settings$AppPictureInPictureSettingsActivity" |
| 2608 | android:label="@string/picture_in_picture_title" |
| 2609 | android:taskAffinity=""> |
| 2610 | <intent-filter> |
| 2611 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2612 | <category android:name="android.intent.category.DEFAULT" /> |
| 2613 | <data android:scheme="package" /> |
| 2614 | </intent-filter> |
| 2615 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2616 | android:value="com.android.settings.applications.PictureInPictureDetails" /> |
| 2617 | </activity> |
| 2618 | |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2619 | <activity android:name="Settings$ZenAccessSettingsActivity" |
| 2620 | android:label="@string/manage_zen_access_title" |
| 2621 | android:taskAffinity=""> |
| 2622 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 2623 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2624 | <category android:name="android.intent.category.DEFAULT" /> |
| 2625 | </intent-filter> |
| 2626 | <intent-filter> |
| 2627 | <action android:name="android.intent.action.MAIN" /> |
| 2628 | <category android:name="android.intent.category.DEFAULT" /> |
| 2629 | </intent-filter> |
| 2630 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2631 | android:value="com.android.settings.notification.ZenAccessSettings" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2632 | </activity> |
| 2633 | |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2634 | <activity android:name="Settings$ConfigureNotificationSettingsActivity" |
| 2635 | android:label="@string/configure_notification_settings" |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2636 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2637 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2638 | <intent-filter android:priority="1"> |
| 2639 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2640 | <category android:name="android.intent.category.DEFAULT" /> |
| 2641 | </intent-filter> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2642 | <intent-filter> |
| 2643 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2644 | <category android:name="android.intent.category.DEFAULT" /> |
| 2645 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2646 | </intent-filter> |
Julia Reynolds | 8cf8bf0 | 2017-04-17 17:22:09 -0400 | [diff] [blame] | 2647 | <intent-filter android:priority="160"> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 2648 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 2649 | </intent-filter> |
| 2650 | <meta-data android:name="com.android.settings.category" |
| 2651 | android:value="com.android.settings.category.ia.apps"/> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2652 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2653 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2654 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2655 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2656 | </activity> |
| 2657 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2658 | <!-- Keep compatibility with old shortcuts. --> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2659 | <activity android:name="Settings$SoundSettingsActivity" |
| 2660 | android:label="@string/sound_settings" |
| 2661 | android:icon="@drawable/ic_settings_sound" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2662 | android:taskAffinity="" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2663 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2664 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2665 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 2666 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 2667 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2668 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2669 | </intent-filter> |
| 2670 | <intent-filter> |
| 2671 | <action android:name="android.intent.action.MAIN" /> |
| 2672 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2673 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2674 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2675 | </intent-filter> |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2676 | <intent-filter android:priority="6"> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2677 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2678 | </intent-filter> |
| 2679 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2680 | android:value="com.android.settings.category.ia.homepage" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2681 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2682 | android:value="com.android.settings.notification.SoundSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2683 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2684 | android:value="true" /> |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2685 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 2686 | android:resource="@string/sound_dashboard_summary"/> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2687 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2688 | |
| 2689 | <!-- Keep compatibility with old shortcuts. --> |
| 2690 | <activity-alias android:name="SoundSettings" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2691 | android:label="@string/sound_settings" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2692 | android:exported="true" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2693 | android:targetActivity="Settings$SoundSettingsActivity"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2694 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2695 | android:value="com.android.settings.notification.SoundSettings" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2696 | </activity-alias> |
| 2697 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2698 | <!-- Show apps for which application-level notification settings are applicable --> |
| 2699 | <activity android:name="Settings$NotificationAppListActivity" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2700 | android:label="@string/app_notifications_title" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2701 | android:icon="@drawable/ic_notifications" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2702 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2703 | android:taskAffinity=""> |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2704 | <intent-filter android:priority="150"> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2705 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2706 | </intent-filter> |
| 2707 | <meta-data android:name="com.android.settings.category" |
Julia Reynolds | 8cf8bf0 | 2017-04-17 17:22:09 -0400 | [diff] [blame] | 2708 | android:value="com.android.settings.category.ia.notifications" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2709 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | a2d47fc | 2016-03-03 10:49:44 -0500 | [diff] [blame] | 2710 | android:value="com.android.settings.applications.NotificationApps" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2711 | </activity> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2712 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2713 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 2714 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2715 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2716 | <intent-filter android:priority="1"> |
| 2717 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 2718 | <category android:name="android.intent.category.DEFAULT" /> |
| 2719 | </intent-filter> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2720 | <intent-filter> |
| 2721 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2722 | <category android:name="android.intent.category.DEFAULT" /> |
| 2723 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2724 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2725 | android:value="com.android.settings.notification.AppNotificationSettings" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2726 | </activity> |
| 2727 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2728 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
| 2729 | <activity android:name="Settings$ChannelNotificationSettingsActivity" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2730 | android:exported="true"> |
| 2731 | <intent-filter android:priority="1"> |
| 2732 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 2733 | <category android:name="android.intent.category.DEFAULT" /> |
| 2734 | </intent-filter> |
| 2735 | <intent-filter> |
| 2736 | <action android:name="android.intent.action.MAIN" /> |
| 2737 | <category android:name="android.intent.category.DEFAULT" /> |
| 2738 | </intent-filter> |
| 2739 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2740 | android:value="com.android.settings.notification.ChannelNotificationSettings" /> |
| 2741 | </activity> |
| 2742 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 2743 | <!-- Show Manual (from settings item) --> |
| 2744 | <activity android:name="ManualDisplayActivity" |
| 2745 | android:label="@string/manual" |
| 2746 | android:taskAffinity="" |
| 2747 | android:enabled="@bool/config_show_manual"> |
| 2748 | <intent-filter> |
| 2749 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 2750 | <category android:name="android.intent.category.DEFAULT" /> |
| 2751 | </intent-filter> |
| 2752 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2753 | android:value="true" /> |
| 2754 | </activity> |
| 2755 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2756 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
| 2757 | <activity android:name="RegulatoryInfoDisplayActivity" |
Andrew Sapperstein | 1fad9af | 2016-05-31 10:34:01 -0700 | [diff] [blame] | 2758 | android:label="@string/regulatory_labels" |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2759 | android:taskAffinity="" |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 2760 | android:enabled="@bool/config_show_regulatory_info"> |
| 2761 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2762 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 2763 | <category android:name="android.intent.category.DEFAULT" /> |
| 2764 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2765 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2766 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2767 | </activity> |
| 2768 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 2769 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 2770 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
| 2771 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 2772 | |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2773 | <receiver android:name=".widget.SettingsAppWidgetProvider" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2774 | android:label="@string/gadget_title" |
Matthew Xie | 89d44ec | 2013-04-18 23:43:42 -0700 | [diff] [blame] | 2775 | android:exported="false" |
Amith Yamasani | b4b1b40 | 2011-06-15 18:00:27 -0700 | [diff] [blame] | 2776 | android:enabled="@bool/has_powercontrol_widget"> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2777 | <intent-filter> |
| 2778 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
Amith Yamasani | a9125d4 | 2011-10-03 11:54:16 -0700 | [diff] [blame] | 2779 | <action android:name="android.appwidget.action.APPWIDGET_ENABLED" /> |
| 2780 | <action android:name="android.appwidget.action.APPWIDGET_DISABLED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2781 | <action android:name="android.net.wifi.WIFI_STATE_CHANGED" /> |
| 2782 | <action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" /> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2783 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Tom O'Neill | 4af6514 | 2013-09-03 07:56:53 -0700 | [diff] [blame] | 2784 | <action android:name="android.location.MODE_CHANGED" /> |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2785 | <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2786 | </intent-filter> |
| 2787 | <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" /> |
| 2788 | </receiver> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2789 | |
Eri Kasamatsu | 70b1928 | 2015-11-12 17:36:04 +0100 | [diff] [blame] | 2790 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 2791 | <intent-filter> |
| 2792 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 2793 | </intent-filter> |
| 2794 | </receiver> |
| 2795 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 2796 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
| 2797 | <receiver android:name=".users.ProfileUpdateReceiver"> |
| 2798 | <intent-filter> |
| 2799 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 2800 | </intent-filter> |
| 2801 | </receiver> |
| 2802 | |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2803 | <receiver android:name=".sim.SimSelectNotification"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2804 | <intent-filter> |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2805 | <action android:name="android.intent.action.SIM_STATE_CHANGED"></action> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2806 | </intent-filter> |
| 2807 | </receiver> |
| 2808 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2809 | <provider |
| 2810 | android:name="android.support.v4.content.FileProvider" |
| 2811 | android:authorities="com.android.settings.files" |
| 2812 | android:grantUriPermissions="true" |
| 2813 | android:exported="false"> |
| 2814 | <meta-data |
| 2815 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 2816 | android:resource="@xml/file_paths" /> |
| 2817 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2818 | |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2819 | <activity android:name="Settings$SimSettingsActivity" |
| 2820 | android:label="@string/sim_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2821 | android:icon="@drawable/ic_settings_sim" |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2822 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2823 | <intent-filter android:priority="1"> |
| 2824 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
| 2825 | <category android:name="android.intent.category.DEFAULT" /> |
| 2826 | </intent-filter> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2827 | <intent-filter> |
| 2828 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2829 | <category android:name="android.intent.category.DEFAULT" /> |
| 2830 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2831 | <intent-filter android:priority="2"> |
| 2832 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2833 | </intent-filter> |
| 2834 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 11df895 | 2017-02-27 15:34:55 -0800 | [diff] [blame] | 2835 | android:value="com.android.settings.category.ia.wireless" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2836 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2837 | android:value="com.android.settings.sim.SimSettings" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2838 | </activity> |
| 2839 | |
Sanket Padawe | f6f43e4 | 2015-06-10 17:46:31 -0700 | [diff] [blame] | 2840 | <activity android:name=".sim.SimPreferenceDialog" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2841 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Sanket Padawe | f6f43e4 | 2015-06-10 17:46:31 -0700 | [diff] [blame] | 2842 | android:excludeFromRecents="true"> |
| 2843 | </activity> |
| 2844 | |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 2845 | <activity android:name=".wifi.RequestToggleWiFiActivity" |
| 2846 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
| 2847 | android:excludeFromRecents="true" |
| 2848 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 2849 | <intent-filter> |
| 2850 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 2851 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 2852 | <category android:name="android.intent.category.DEFAULT" /> |
| 2853 | </intent-filter> |
| 2854 | </activity> |
| 2855 | |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2856 | <activity android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 2857 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2858 | android:theme="@style/Transparent" |
| 2859 | android:excludeFromRecents="true" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 2860 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 2861 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 2862 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2863 | <intent-filter> |
| 2864 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 2865 | <category android:name="android.intent.category.DEFAULT" /> |
| 2866 | </intent-filter> |
| 2867 | </activity> |
| 2868 | |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2869 | <activity android:name=".sim.SimDialogActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2870 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Sanket Padawe | ffd9655 | 2015-02-02 16:46:55 -0800 | [diff] [blame] | 2871 | android:label="@string/sim_settings_title" |
| 2872 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2873 | <intent-filter> |
| 2874 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2875 | </intent-filter> |
| 2876 | </activity> |
| 2877 | |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2878 | <activity android:name="Settings$WifiCallingSettingsActivity" |
| 2879 | android:label="@string/wifi_calling_settings_title" |
| 2880 | android:taskAffinity=""> |
| 2881 | <intent-filter> |
| 2882 | <action android:name="android.intent.action.MAIN" /> |
| 2883 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 2884 | <category android:name="android.intent.category.DEFAULT" /> |
| 2885 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2886 | </intent-filter> |
| 2887 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2888 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2889 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2890 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2891 | </activity> |
| 2892 | |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2893 | <activity android:name="Settings$WifiCallingSuggestionActivity" |
| 2894 | android:label="@string/wifi_calling_settings_title" |
| 2895 | android:icon="@drawable/ic_settings_wireless" |
| 2896 | android:taskAffinity=""> |
| 2897 | <intent-filter> |
| 2898 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 2899 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2900 | </intent-filter> |
| 2901 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2902 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2903 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2904 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2905 | <meta-data android:name="com.android.settings.title" |
| 2906 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 2907 | <meta-data android:name="com.android.settings.summary" |
| 2908 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2909 | </activity> |
| 2910 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2911 | <provider |
| 2912 | android:name=".search.SettingsSearchIndexablesProvider" |
| 2913 | android:authorities="com.android.settings" |
| 2914 | android:multiprocess="false" |
| 2915 | android:grantUriPermissions="true" |
| 2916 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 2917 | android:exported="true"> |
| 2918 | <intent-filter> |
| 2919 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 2920 | </intent-filter> |
| 2921 | </provider> |
| 2922 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2923 | <activity android:name="Settings$OverlaySettingsActivity" |
Christine Franks | e12bf69 | 2017-04-11 09:56:09 -0700 | [diff] [blame] | 2924 | android:label="@string/draw_overlay" |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2925 | android:taskAffinity=""> |
| 2926 | <intent-filter android:priority="1"> |
| 2927 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2928 | <category android:name="android.intent.category.DEFAULT" /> |
| 2929 | </intent-filter> |
Billy Lau | f8f9802 | 2015-07-16 03:50:47 +0100 | [diff] [blame] | 2930 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2931 | android:value="com.android.settings.applications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2932 | </activity> |
| 2933 | |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2934 | <activity android:name="Settings$AppDrawOverlaySettingsActivity" |
Christine Franks | e12bf69 | 2017-04-11 09:56:09 -0700 | [diff] [blame] | 2935 | android:label="@string/draw_overlay" |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2936 | android:taskAffinity=""> |
| 2937 | <intent-filter android:priority="1"> |
| 2938 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2939 | <category android:name="android.intent.category.DEFAULT" /> |
| 2940 | <data android:scheme="package" /> |
| 2941 | </intent-filter> |
| 2942 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2943 | android:value="com.android.settings.applications.DrawOverlayDetails" /> |
| 2944 | </activity> |
| 2945 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2946 | <activity android:name="Settings$WriteSettingsActivity" |
| 2947 | android:label="@string/write_settings_title" |
| 2948 | android:taskAffinity=""> |
| 2949 | <intent-filter android:priority="1"> |
| 2950 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2951 | <category android:name="android.intent.category.DEFAULT" /> |
| 2952 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 2953 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2954 | android:value="com.android.settings.applications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2955 | </activity> |
| 2956 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2957 | |
| 2958 | <activity android:name="Settings$AppWriteSettingsActivity" |
| 2959 | android:label="@string/write_settings_title" |
| 2960 | android:taskAffinity=""> |
| 2961 | <intent-filter android:priority="1"> |
| 2962 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2963 | <category android:name="android.intent.category.DEFAULT" /> |
| 2964 | <data android:scheme="package" /> |
| 2965 | </intent-filter> |
| 2966 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2967 | android:value="com.android.settings.applications.WriteSettingsDetails" /> |
| 2968 | </activity> |
| 2969 | |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2970 | <activity android:name="Settings$ManageExternalSourcesActivity" |
| 2971 | android:label="@string/install_other_apps" |
| 2972 | android:taskAffinity=""> |
| 2973 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2974 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2975 | <category android:name="android.intent.category.DEFAULT" /> |
| 2976 | </intent-filter> |
| 2977 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2978 | android:value="com.android.settings.applications.ManageApplications" /> |
| 2979 | </activity> |
| 2980 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2981 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
| 2982 | android:label="@string/install_other_apps" |
| 2983 | android:taskAffinity=""> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2984 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2985 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2986 | <category android:name="android.intent.category.DEFAULT" /> |
| 2987 | <data android:scheme="package" /> |
| 2988 | </intent-filter> |
| 2989 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2990 | android:value="com.android.settings.applications.ExternalSourcesDetails" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2991 | </activity> |
| 2992 | |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 2993 | <activity android:name="ShowAdminSupportDetailsDialog" |
| 2994 | android:theme="@style/Transparent" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 2995 | android:excludeFromRecents="true" |
| 2996 | android:launchMode="singleTop"> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 2997 | <intent-filter> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 2998 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 2999 | <category android:name="android.intent.category.DEFAULT" /> |
| 3000 | </intent-filter> |
| 3001 | </activity> |
| 3002 | |
Jason Monk | 91e2f89 | 2016-02-23 15:31:09 -0500 | [diff] [blame] | 3003 | <activity android:name="Settings$AdvancedAppsActivity" |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3004 | android:taskAffinity="" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3005 | android:exported="true" |
Fan Zhang | 8ee8323 | 2017-04-20 17:05:27 -0700 | [diff] [blame] | 3006 | android:label="@string/app_default_dashboard_title"> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3007 | <intent-filter android:priority="1"> |
| 3008 | <action android:name="android.settings.MANAGE_DEFAULT_APPS_SETTINGS" /> |
Jason Monk | 7ea14c5 | 2016-01-22 14:28:02 -0500 | [diff] [blame] | 3009 | <action android:name="android.settings.HOME_SETTINGS" /> |
| 3010 | <category android:name="android.intent.category.DEFAULT" /> |
| 3011 | </intent-filter> |
Doris Ling | 3f5a1d1 | 2017-05-23 11:26:59 -0700 | [diff] [blame] | 3012 | <intent-filter android:priority="120"> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3013 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3014 | </intent-filter> |
| 3015 | <meta-data android:name="com.android.settings.category" |
| 3016 | android:value="com.android.settings.category.ia.apps"/> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3017 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2ea6700 | 2017-07-11 16:26:58 -0700 | [diff] [blame] | 3018 | android:value="com.android.settings.applications.DefaultAppSettings" /> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3019 | <meta-data android:name="com.android.settings.summary" |
| 3020 | android:resource="@string/summary_empty"/> |
Nicolas Prevot | aea1702 | 2016-02-29 13:49:31 +0000 | [diff] [blame] | 3021 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3022 | android:value="true" /> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3023 | </activity> |
| 3024 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 3025 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 3026 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3027 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3028 | android:exported="true" |
| 3029 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3030 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3031 | <intent-filter> |
| 3032 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 3033 | <category android:name="android.intent.category.DEFAULT" /> |
| 3034 | </intent-filter> |
| 3035 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3036 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3037 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3038 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 3039 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 3040 | |
Anton Philippov | adfec55 | 2017-01-25 20:37:36 +0000 | [diff] [blame] | 3041 | <activity android:name=".backup.BackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3042 | android:label="@string/privacy_settings_title" |
| 3043 | android:icon="@drawable/ic_settings_backup" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3044 | android:taskAffinity="com.android.settings" |
| 3045 | android:parentActivityName="Settings"> |
| 3046 | <intent-filter android:priority="1"> |
| 3047 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
| 3048 | <action android:name="android.settings.BACKUP_AND_RESET_SETTINGS" /> |
| 3049 | <category android:name="android.intent.category.DEFAULT" /> |
| 3050 | </intent-filter> |
| 3051 | <intent-filter> |
| 3052 | <action android:name="android.intent.action.MAIN" /> |
| 3053 | <category android:name="android.intent.category.DEFAULT" /> |
| 3054 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3055 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 3056 | <intent-filter android:priority="60"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3057 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 3058 | </intent-filter> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3059 | <meta-data android:name="com.android.settings.summary" |
| 3060 | android:resource="@string/summary_empty"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3061 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3062 | android:value="true" /> |
| 3063 | </activity> |
| 3064 | |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3065 | <activity android:name="Settings$AutomaticStorageManagerSettingsActivity" |
Daniel Nishi | b340564 | 2016-09-26 11:37:52 -0700 | [diff] [blame] | 3066 | android:exported="@bool/config_storage_manager_settings_enabled" |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3067 | android:label="@string/automatic_storage_manager_settings" |
| 3068 | android:taskAffinity=""> |
| 3069 | <intent-filter android:priority="1"> |
| 3070 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 3071 | <category android:name="android.intent.category.DEFAULT" /> |
| 3072 | </intent-filter> |
| 3073 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3074 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
| 3075 | </activity> |
| 3076 | |
Andrew Sapperstein | 3d246e6 | 2017-06-28 17:57:53 -0700 | [diff] [blame] | 3077 | <activity android:name="Settings$LegacySupportActivity" |
| 3078 | android:label="@string/page_tab_title_support"> |
Salvador Martinez | 9f629d6 | 2017-04-20 15:45:19 -0700 | [diff] [blame] | 3079 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3080 | android:value="com.android.settings.dashboard.SupportFragment"/> |
| 3081 | </activity> |
| 3082 | |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3083 | <!-- Information architecture host activities --> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3084 | |
| 3085 | <!-- Alias for battery settings in new IA. Remove and merge metadata into TargetActivity --> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3086 | <activity android:name=".Settings$AppAndNotificationDashboardActivity" |
| 3087 | android:label="@string/app_and_notification_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3088 | android:icon="@drawable/ic_apps"> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3089 | <intent-filter android:priority="9"> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3090 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3091 | </intent-filter> |
| 3092 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3093 | android:value="com.android.settings.applications.AppAndNotificationDashboardFragment"/> |
| 3094 | <meta-data android:name="com.android.settings.category" |
| 3095 | android:value="com.android.settings.category.ia.homepage"/> |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3096 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 3097 | android:resource="@string/app_and_notification_dashboard_summary"/> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3098 | </activity> |
| 3099 | |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3100 | <activity android:name=".Settings$UserAndAccountDashboardActivity" |
| 3101 | android:label="@string/account_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3102 | android:icon="@drawable/ic_settings_accounts"> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3103 | <intent-filter android:priority="3"> |
| 3104 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3105 | </intent-filter> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 3106 | <intent-filter android:priority="1"> |
| 3107 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 3108 | <category android:name="android.intent.category.DEFAULT" /> |
| 3109 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3110 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3111 | android:value="com.android.settings.accounts.UserAndAccountDashboardFragment"/> |
| 3112 | <meta-data android:name="com.android.settings.category" |
| 3113 | android:value="com.android.settings.category.ia.homepage"/> |
Doris Ling | f074f0f | 2017-02-24 15:20:05 -0800 | [diff] [blame] | 3114 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3115 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3116 | </activity> |
| 3117 | |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3118 | <activity android:name=".Settings$SystemDashboardActivity" |
| 3119 | android:label="@string/header_category_system" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3120 | android:icon="@drawable/ic_settings_about"> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 3121 | <intent-filter android:priority="-1"> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3122 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3123 | </intent-filter> |
| 3124 | <meta-data android:name="com.android.settings.category" |
| 3125 | android:value="com.android.settings.category.ia.homepage"/> |
| 3126 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3127 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3128 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 3129 | android:resource="@string/system_dashboard_summary"/> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3130 | </activity> |
| 3131 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 3132 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3133 | android:label="@string/page_tab_title_support" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 3134 | android:icon="@drawable/ic_help" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 3135 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 3136 | android:enabled="@bool/config_support_enabled"> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 3137 | <intent-filter android:priority="-2"> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3138 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3139 | </intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 3140 | <intent-filter> |
| 3141 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 3142 | <category android:name="android.intent.category.DEFAULT" /> |
| 3143 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3144 | <meta-data android:name="com.android.settings.category" |
| 3145 | android:value="com.android.settings.category.ia.homepage"/> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3146 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3147 | android:resource="@string/support_summary"/> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3148 | </activity> |
| 3149 | |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3150 | <!-- End of information architecture host activities --> |
| 3151 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 3152 | <service |
| 3153 | android:name=".SettingsDumpService" |
| 3154 | android:exported="true" |
| 3155 | android:permission="android.permission.DUMP" /> |
| 3156 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3157 | <!-- Quick Settings tiles for Developer Options --> |
| 3158 | <service |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3159 | android:name=".qstile.DevelopmentTiles$ShowLayout" |
| 3160 | android:label="@string/debug_layout" |
| 3161 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 3162 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3163 | android:enabled="false"> |
| 3164 | <intent-filter> |
| 3165 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3166 | </intent-filter> |
| 3167 | </service> |
| 3168 | <service |
| 3169 | android:name=".qstile.DevelopmentTiles$GPUProfiling" |
| 3170 | android:label="@string/track_frame_time" |
| 3171 | android:icon="@drawable/tile_icon_graphics" |
| 3172 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3173 | android:enabled="false"> |
| 3174 | <intent-filter> |
| 3175 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3176 | </intent-filter> |
| 3177 | </service> |
| 3178 | <service |
| 3179 | android:name=".qstile.DevelopmentTiles$ForceRTL" |
| 3180 | android:label="@string/force_rtl_layout_all_locales" |
| 3181 | android:icon="@drawable/tile_icon_force_rtl" |
| 3182 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3183 | android:enabled="false"> |
| 3184 | <intent-filter> |
| 3185 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3186 | </intent-filter> |
| 3187 | </service> |
| 3188 | <service |
| 3189 | android:name=".qstile.DevelopmentTiles$AnimationSpeed" |
| 3190 | android:label="@string/window_animation_scale_title" |
| 3191 | android:icon="@drawable/tile_icon_animation_speed" |
| 3192 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3193 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 3194 | <intent-filter> |
| 3195 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3196 | </intent-filter> |
| 3197 | </service> |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 3198 | <activity |
| 3199 | android:name=".qstile.DevelopmentTileConfigActivity" |
| 3200 | android:excludeFromRecents="true" |
| 3201 | android:launchMode="singleInstance" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3202 | android:label="@string/quick_settings_developer_tiles" /> |
Daniel Nishi | 80c2044 | 2016-05-04 10:08:36 -0700 | [diff] [blame] | 3203 | |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 3204 | <activity android:name=".HelpTrampoline" |
| 3205 | android:exported="true" |
| 3206 | android:theme="@android:style/Theme.NoDisplay" |
| 3207 | android:permission="android.permission.DUMP" |
| 3208 | android:enabled="@bool/config_has_help" /> |
| 3209 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3210 | |
Daniel Sheng | 1721b80 | 2017-04-18 19:50:37 -0700 | [diff] [blame] | 3211 | <!-- Activities for moves/gestures suggestions --> |
| 3212 | <activity |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3213 | android:name=".Settings$DoubleTapPowerSuggestionActivity" |
| 3214 | android:label="@string/double_tap_power_for_camera_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3215 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3216 | <intent-filter> |
| 3217 | <action android:name="android.intent.action.MAIN" /> |
| 3218 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3219 | </intent-filter> |
| 3220 | <intent-filter> |
| 3221 | <action android:name="android.intent.action.MAIN" /> |
| 3222 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 3223 | </intent-filter> |
| 3224 | <meta-data android:name="com.android.settings.dismiss" |
| 3225 | android:value="4,8,30" /> |
| 3226 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3227 | android:value="com.android.settings.gestures.DoubleTapPowerSettings"/> |
| 3228 | <meta-data android:name="com.android.settings.title" |
| 3229 | android:resource="@string/double_tap_power_for_camera_suggestion_title" /> |
| 3230 | <meta-data android:name="com.android.settings.summary" |
| 3231 | android:resource="@string/double_tap_power_for_camera_suggestion_summary" /> |
| 3232 | </activity> |
| 3233 | |
| 3234 | <activity |
| 3235 | android:name=".Settings$DoubleTwistSuggestionActivity" |
| 3236 | android:label="@string/double_twist_for_camera_mode_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3237 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3238 | <intent-filter> |
| 3239 | <action android:name="android.intent.action.MAIN" /> |
| 3240 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3241 | </intent-filter> |
| 3242 | <intent-filter> |
| 3243 | <action android:name="android.intent.action.MAIN" /> |
| 3244 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 3245 | </intent-filter> |
| 3246 | <meta-data android:name="com.android.settings.dismiss" |
| 3247 | android:value="4,8,30" /> |
| 3248 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3249 | android:value="com.android.settings.gestures.DoubleTwistGestureSettings"/> |
| 3250 | <meta-data android:name="com.android.settings.title" |
| 3251 | android:resource="@string/double_twist_for_camera_suggestion_title" /> |
| 3252 | <meta-data android:name="com.android.settings.summary" |
| 3253 | android:resource="@string/double_twist_for_camera_suggestion_summary" /> |
| 3254 | </activity> |
| 3255 | |
| 3256 | <activity |
| 3257 | android:name=".Settings$AmbientDisplaySuggestionActivity" |
| 3258 | android:label="@string/ambient_display_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3259 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3260 | <intent-filter> |
| 3261 | <action android:name="android.intent.action.MAIN" /> |
| 3262 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3263 | </intent-filter> |
| 3264 | <intent-filter> |
| 3265 | <action android:name="android.intent.action.MAIN" /> |
| 3266 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 3267 | </intent-filter> |
| 3268 | <meta-data android:name="com.android.settings.dismiss" |
| 3269 | android:value="9,13,30" /> |
| 3270 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3271 | android:value="com.android.settings.gestures.DoubleTapScreenSettings"/> |
| 3272 | <meta-data android:name="com.android.settings.title" |
| 3273 | android:resource="@string/ambient_display_title" /> |
| 3274 | <meta-data android:name="com.android.settings.summary" |
| 3275 | android:resource="@string/ambient_display_suggestion_summary" /> |
| 3276 | </activity> |
| 3277 | |
| 3278 | <activity |
| 3279 | android:name=".Settings$AmbientDisplayPickupSuggestionActivity" |
| 3280 | android:label="@string/ambient_display_pickup_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3281 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3282 | <intent-filter> |
| 3283 | <action android:name="android.intent.action.MAIN" /> |
| 3284 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3285 | </intent-filter> |
| 3286 | <intent-filter> |
| 3287 | <action android:name="android.intent.action.MAIN" /> |
| 3288 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 3289 | </intent-filter> |
| 3290 | <meta-data android:name="com.android.settings.dismiss" |
| 3291 | android:value="9,13,30" /> |
| 3292 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3293 | android:value="com.android.settings.gestures.PickupGestureSettings"/> |
| 3294 | <meta-data android:name="com.android.settings.title" |
| 3295 | android:resource="@string/ambient_display_pickup_title" /> |
| 3296 | <meta-data android:name="com.android.settings.summary" |
| 3297 | android:resource="@string/ambient_display_pickup_suggestion_summary" /> |
| 3298 | </activity> |
| 3299 | |
| 3300 | <activity |
| 3301 | android:name=".Settings$SwipeToNotificationSuggestionActivity" |
| 3302 | android:label="@string/fingerprint_swipe_for_notifications_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3303 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3304 | <intent-filter> |
| 3305 | <action android:name="android.intent.action.MAIN" /> |
| 3306 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3307 | </intent-filter> |
| 3308 | <intent-filter> |
| 3309 | <action android:name="android.intent.action.MAIN" /> |
| 3310 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 3311 | </intent-filter> |
| 3312 | <meta-data android:name="com.android.settings.dismiss" |
| 3313 | android:value="9,13,30" /> |
| 3314 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3315 | android:value="com.android.settings.gestures.SwipeToNotificationSettings"/> |
| 3316 | <meta-data android:name="com.android.settings.title" |
| 3317 | android:resource="@string/fingerprint_swipe_for_notifications_suggestion_title" /> |
| 3318 | <meta-data android:name="com.android.settings.summary" |
| 3319 | android:resource="@string/fingerprint_swipe_for_notifications_suggestion_summary" /> |
| 3320 | </activity> |
| 3321 | <!-- End activities for moves/gestures suggestions --> |
| 3322 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3323 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 3324 | android:excludeFromRecents="true" |
| 3325 | android:launchMode="singleInstance" |
| 3326 | android:exported="false"> |
| 3327 | </activity> |
| 3328 | |
| 3329 | <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity" |
| 3330 | android:theme="@android:style/Theme.NoDisplay" |
| 3331 | android:excludeFromRecents="true" |
| 3332 | android:launchMode="singleInstance" |
| 3333 | android:label="@string/autofill_app"> |
Felipe Leme | db2b55a | 2017-04-24 18:10:09 -0700 | [diff] [blame] | 3334 | <intent-filter android:priority="1"> |
| 3335 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 3336 | <category android:name="android.intent.category.DEFAULT" /> |
| 3337 | <data android:scheme="package" /> |
| 3338 | </intent-filter> |
| 3339 | </activity> |
| 3340 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3341 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3342 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3343 | </manifest> |