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