blob: 38537fbbd8a89bd223f7472891fe224eefd614c7 [file] [log] [blame]
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001/*
2 * Copyright (C) 2014 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.settings;
18
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080019import android.app.ActionBar;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080020import android.app.Fragment;
21import android.app.FragmentManager;
22import android.app.FragmentTransaction;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080023import android.content.BroadcastReceiver;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -070024import android.content.ComponentName;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080025import android.content.Context;
26import android.content.Intent;
27import android.content.IntentFilter;
28import android.content.SharedPreferences;
29import android.content.pm.ActivityInfo;
30import android.content.pm.PackageManager;
31import android.content.pm.PackageManager.NameNotFoundException;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080032import android.content.res.Configuration;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080033import android.nfc.NfcAdapter;
Jason Monkfd2c7222015-12-02 15:38:38 -050034import android.os.AsyncTask;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080035import android.os.Bundle;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080036import android.os.UserHandle;
37import android.os.UserManager;
Jason Monk39b46742015-09-10 15:52:51 -040038import android.support.v14.preference.PreferenceFragment;
39import android.support.v7.preference.Preference;
40import android.support.v7.preference.PreferenceManager;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080041import android.text.TextUtils;
Fabrice Di Meglio59a40552014-05-23 16:46:50 -070042import android.transition.TransitionManager;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080043import android.util.Log;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -070044import android.view.Menu;
45import android.view.MenuInflater;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080046import android.view.MenuItem;
47import android.view.View;
48import android.view.View.OnClickListener;
Fabrice Di Meglio59a40552014-05-23 16:46:50 -070049import android.view.ViewGroup;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080050import android.widget.Button;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -070051import android.widget.SearchView;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080052import com.android.internal.util.ArrayUtils;
Jason Monk4da79e02015-09-10 10:54:36 -040053import com.android.settings.Settings.WifiSettingsActivity;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080054import com.android.settings.accessibility.AccessibilitySettings;
Anna Galuszab1795f52016-01-08 14:37:16 -080055import com.android.settings.accessibility.AccessibilitySettingsForSetupWizard;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080056import com.android.settings.accessibility.CaptionPropertiesFragment;
Alexandra Gherghina6d839872014-07-22 12:04:58 +000057import com.android.settings.accounts.AccountSettings;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080058import com.android.settings.accounts.AccountSyncSettings;
Billy Laufee78562015-07-27 12:57:07 +010059import com.android.settings.applications.DrawOverlayDetails;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -070060import com.android.settings.applications.InstalledAppDetails;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080061import com.android.settings.applications.ManageApplications;
Xiyuan Xia86a55402015-06-02 14:55:32 -070062import com.android.settings.applications.ManageAssist;
Julia Reynolds2e1e0b72015-12-14 08:32:46 -050063import com.android.settings.applications.ManageDefaultApps;
Jason Monk2cdafc62015-06-12 12:32:50 -040064import com.android.settings.applications.ProcessStatsSummary;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080065import com.android.settings.applications.ProcessStatsUi;
Jason Monkd8da51c2015-04-17 14:34:12 -040066import com.android.settings.applications.UsageAccessDetails;
Billy Laufee78562015-07-27 12:57:07 +010067import com.android.settings.applications.WriteSettingsDetails;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080068import com.android.settings.bluetooth.BluetoothSettings;
69import com.android.settings.dashboard.DashboardSummary;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -070070import com.android.settings.dashboard.SearchResultsSummary;
Jason Monkb37e2882016-01-11 14:27:20 -050071import com.android.settings.datausage.DataUsageSummary;
Jeff Sharkeya16257d2015-04-28 13:41:01 -070072import com.android.settings.deviceinfo.PrivateVolumeForget;
Jeff Sharkeye77f0682015-04-29 11:24:57 -070073import com.android.settings.deviceinfo.PrivateVolumeSettings;
Jeff Sharkey42833b22015-04-11 21:27:33 -070074import com.android.settings.deviceinfo.PublicVolumeSettings;
75import com.android.settings.deviceinfo.StorageSettings;
John Spurlockc7f8e8c2014-06-04 19:11:22 -040076import com.android.settings.fuelgauge.BatterySaverSettings;
Jason Monk1eb54eb2015-04-29 12:46:42 -040077import com.android.settings.fuelgauge.PowerUsageDetail;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080078import com.android.settings.fuelgauge.PowerUsageSummary;
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000079import com.android.settings.inputmethod.AvailableVirtualKeyboardFragment;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080080import com.android.settings.inputmethod.InputMethodAndLanguageSettings;
81import com.android.settings.inputmethod.KeyboardLayoutPickerFragment;
Abodunrinwa Toki5f0b59b2016-01-25 23:02:23 +000082import com.android.settings.inputmethod.KeyboardLayoutPickerFragment2;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080083import com.android.settings.inputmethod.SpellCheckersSettings;
84import com.android.settings.inputmethod.UserDictionaryList;
Mihai Nitad7d48fd2016-01-12 08:55:05 -080085import com.android.settings.localepicker.LocaleListEditor;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080086import com.android.settings.location.LocationSettings;
87import com.android.settings.nfc.AndroidBeam;
88import com.android.settings.nfc.PaymentSettings;
John Spurlock802ddf92014-07-18 11:51:13 -040089import com.android.settings.notification.AppNotificationSettings;
Julia Reynolds8c0a4232015-11-24 10:08:14 -050090import com.android.settings.notification.ConfigureNotificationSettings;
John Spurlock4a350512014-04-08 14:08:21 -040091import com.android.settings.notification.NotificationAccessSettings;
John Spurlock4a350512014-04-08 14:08:21 -040092import com.android.settings.notification.NotificationStation;
Jason Monk2ebc8a02015-02-13 15:23:19 -050093import com.android.settings.notification.OtherSoundSettings;
Jason Monkb37e2882016-01-11 14:27:20 -050094import com.android.settings.notification.SoundSettings;
John Spurlock08531a82015-05-07 17:45:43 -040095import com.android.settings.notification.ZenAccessSettings;
John Spurlock533a5662015-06-19 10:47:36 -040096import com.android.settings.notification.ZenModeAutomationSettings;
John Spurlockf57bad72015-04-30 09:26:15 -040097import com.android.settings.notification.ZenModeEventRuleSettings;
John Spurlockc1df2aa2015-04-13 20:57:06 -040098import com.android.settings.notification.ZenModePrioritySettings;
John Spurlock45fa1402015-04-09 12:50:04 -040099import com.android.settings.notification.ZenModeScheduleRuleSettings;
Jason Monk39b46742015-09-10 15:52:51 -0400100import com.android.settings.notification.ZenModeSettings;
Julia Reynolds5555d262015-11-09 10:52:17 -0500101import com.android.settings.notification.ZenModeVisualInterruptionSettings;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800102import com.android.settings.print.PrintJobSettingsFragment;
103import com.android.settings.print.PrintSettingsFragment;
Jason Monk2ebc8a02015-02-13 15:23:19 -0500104import com.android.settings.search.DynamicIndexableContentMonitor;
105import com.android.settings.search.Index;
PauloftheWest38155612014-06-30 10:02:36 -0700106import com.android.settings.sim.SimSettings;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800107import com.android.settings.tts.TextToSpeechSettings;
108import com.android.settings.users.UserSettings;
109import com.android.settings.vpn2.VpnSettings;
110import com.android.settings.wfd.WifiDisplaySettings;
Fabrice Di Meglio41937762014-05-13 19:51:59 -0700111import com.android.settings.widget.SwitchBar;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800112import com.android.settings.wifi.AdvancedWifiSettings;
PauloftheWest7837b992014-06-24 07:42:27 -0700113import com.android.settings.wifi.SavedAccessPointsWifiSettings;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800114import com.android.settings.wifi.WifiSettings;
115import com.android.settings.wifi.p2p.WifiP2pSettings;
Jason Monk4da79e02015-09-10 10:54:36 -0400116import com.android.settingslib.drawer.DashboardCategory;
Jason Monk4da79e02015-09-10 10:54:36 -0400117import com.android.settingslib.drawer.SettingsDrawerActivity;
Jason Monk7ea14c52016-01-22 14:28:02 -0500118import com.android.settingslib.drawer.Tile;
Jason Monk2ebc8a02015-02-13 15:23:19 -0500119
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800120import java.util.ArrayList;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800121import java.util.List;
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700122import java.util.Set;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800123
Jason Monk4da79e02015-09-10 10:54:36 -0400124public class SettingsActivity extends SettingsDrawerActivity
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800125 implements PreferenceManager.OnPreferenceTreeClickListener,
126 PreferenceFragment.OnPreferenceStartFragmentCallback,
Alexandra Gherghinacfc7f9d2014-07-04 12:25:38 +0100127 ButtonBarHandler, FragmentManager.OnBackStackChangedListener,
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700128 SearchView.OnQueryTextListener, SearchView.OnCloseListener,
Alexandra Gherghinacfc7f9d2014-07-04 12:25:38 +0100129 MenuItem.OnActionExpandListener {
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800130
131 private static final String LOG_TAG = "Settings";
132
133 // Constants for state save/restore
Fabrice Di Meglio769630c2014-04-24 14:48:48 -0700134 private static final String SAVE_KEY_CATEGORIES = ":settings:categories";
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700135 private static final String SAVE_KEY_SEARCH_MENU_EXPANDED = ":settings:search_menu_expanded";
136 private static final String SAVE_KEY_SEARCH_QUERY = ":settings:search_query";
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700137 private static final String SAVE_KEY_SHOW_HOME_AS_UP = ":settings:show_home_as_up";
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700138 private static final String SAVE_KEY_SHOW_SEARCH = ":settings:show_search";
Fabrice Di Meglioceb335f2014-07-23 16:25:30 -0700139 private static final String SAVE_KEY_HOME_ACTIVITIES_COUNT = ":settings:home_activities_count";
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800140
141 /**
142 * When starting this activity, the invoking Intent can contain this extra
143 * string to specify which fragment should be initially displayed.
144 * <p/>Starting from Key Lime Pie, when this argument is passed in, the activity
145 * will call isValidFragment() to confirm that the fragment class name is valid for this
146 * activity.
147 */
148 public static final String EXTRA_SHOW_FRAGMENT = ":settings:show_fragment";
149
150 /**
151 * When starting this activity and using {@link #EXTRA_SHOW_FRAGMENT},
152 * this extra can also be specified to supply a Bundle of arguments to pass
153 * to that fragment when it is instantiated during the initial creation
154 * of the activity.
155 */
156 public static final String EXTRA_SHOW_FRAGMENT_ARGUMENTS = ":settings:show_fragment_args";
157
158 /**
Fabrice Di Meglioc1457322014-04-04 19:07:50 -0700159 * Fragment "key" argument passed thru {@link #EXTRA_SHOW_FRAGMENT_ARGUMENTS}
160 */
161 public static final String EXTRA_FRAGMENT_ARG_KEY = ":settings:fragment_args_key";
162
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -0800163 public static final String BACK_STACK_PREFS = ":settings:prefs";
164
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800165 // extras that allow any preference activity to be launched as part of a wizard
166
167 // show Back and Next buttons? takes boolean parameter
168 // Back will then return RESULT_CANCELED and Next RESULT_OK
169 protected static final String EXTRA_PREFS_SHOW_BUTTON_BAR = "extra_prefs_show_button_bar";
170
171 // add a Skip button?
172 private static final String EXTRA_PREFS_SHOW_SKIP = "extra_prefs_show_skip";
173
174 // specify custom text for the Back or Next buttons, or cause a button to not appear
175 // at all by setting it to null
176 protected static final String EXTRA_PREFS_SET_NEXT_TEXT = "extra_prefs_set_next_text";
177 protected static final String EXTRA_PREFS_SET_BACK_TEXT = "extra_prefs_set_back_text";
178
179 /**
180 * When starting this activity and using {@link #EXTRA_SHOW_FRAGMENT},
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700181 * those extra can also be specify to supply the title or title res id to be shown for
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800182 * that fragment.
183 */
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700184 public static final String EXTRA_SHOW_FRAGMENT_TITLE = ":settings:show_fragment_title";
Alexandra Gherghina62464b82014-08-11 12:40:13 +0100185 /**
186 * The package name used to resolve the title resource id.
187 */
188 public static final String EXTRA_SHOW_FRAGMENT_TITLE_RES_PACKAGE_NAME =
189 ":settings:show_fragment_title_res_package_name";
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700190 public static final String EXTRA_SHOW_FRAGMENT_TITLE_RESID =
191 ":settings:show_fragment_title_resid";
192 public static final String EXTRA_SHOW_FRAGMENT_AS_SHORTCUT =
193 ":settings:show_fragment_as_shortcut";
194
195 public static final String EXTRA_SHOW_FRAGMENT_AS_SUBSETTING =
196 ":settings:show_fragment_as_subsetting";
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800197
Jason Monk30695812015-11-17 09:01:08 -0500198 public static final String META_DATA_KEY_FRAGMENT_CLASS =
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800199 "com.android.settings.FRAGMENT_CLASS";
200
201 private static final String EXTRA_UI_OPTIONS = "settings:ui_options";
202
Fabrice Di Megliod6985df2014-04-03 16:43:26 -0700203 private static final String EMPTY_QUERY = "";
204
Jason Monkd4f03ec2016-01-07 16:25:34 -0500205 private static final int REQUEST_SUGGESTION = 42;
206
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800207 private String mFragmentClass;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800208
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800209 private CharSequence mInitialTitle;
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700210 private int mInitialTitleResId;
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800211
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800212 // Show only these settings for restricted users
Jason Monk4da79e02015-09-10 10:54:36 -0400213 private String[] SETTINGS_FOR_RESTRICTED = {
214 //wireless_section
215 WifiSettingsActivity.class.getName(),
216 Settings.BluetoothSettingsActivity.class.getName(),
217 Settings.DataUsageSummaryActivity.class.getName(),
218 Settings.SimSettingsActivity.class.getName(),
219 Settings.WirelessSettingsActivity.class.getName(),
220 //device_section
221 Settings.HomeSettingsActivity.class.getName(),
Julia Reynolds8c0a4232015-11-24 10:08:14 -0500222 Settings.SoundSettingsActivity.class.getName(),
Jason Monk4da79e02015-09-10 10:54:36 -0400223 Settings.DisplaySettingsActivity.class.getName(),
224 Settings.StorageSettingsActivity.class.getName(),
225 Settings.ManageApplicationsActivity.class.getName(),
226 Settings.PowerUsageSummaryActivity.class.getName(),
227 //personal_section
228 Settings.LocationSettingsActivity.class.getName(),
229 Settings.SecuritySettingsActivity.class.getName(),
230 Settings.InputMethodAndLanguageSettingsActivity.class.getName(),
231 Settings.UserSettingsActivity.class.getName(),
232 Settings.AccountSettingsActivity.class.getName(),
233 //system_section
234 Settings.DateTimeSettingsActivity.class.getName(),
235 Settings.DeviceInfoSettingsActivity.class.getName(),
236 Settings.AccessibilitySettingsActivity.class.getName(),
237 Settings.PrintSettingsActivity.class.getName(),
238 Settings.PaymentSettingsActivity.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800239 };
240
241 private static final String[] ENTRY_FRAGMENTS = {
242 WirelessSettings.class.getName(),
243 WifiSettings.class.getName(),
244 AdvancedWifiSettings.class.getName(),
PauloftheWest7837b992014-06-24 07:42:27 -0700245 SavedAccessPointsWifiSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800246 BluetoothSettings.class.getName(),
PauloftheWest38155612014-06-30 10:02:36 -0700247 SimSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800248 TetherSettings.class.getName(),
249 WifiP2pSettings.class.getName(),
250 VpnSettings.class.getName(),
251 DateTimeSettings.class.getName(),
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800252 LocaleListEditor.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800253 InputMethodAndLanguageSettings.class.getName(),
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000254 AvailableVirtualKeyboardFragment.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800255 SpellCheckersSettings.class.getName(),
256 UserDictionaryList.class.getName(),
257 UserDictionarySettings.class.getName(),
Amith Yamasani3033ce02014-07-14 18:03:15 -0700258 HomeSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800259 DisplaySettings.class.getName(),
260 DeviceInfoSettings.class.getName(),
261 ManageApplications.class.getName(),
Xiyuan Xia86a55402015-06-02 14:55:32 -0700262 ManageAssist.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800263 ProcessStatsUi.class.getName(),
264 NotificationStation.class.getName(),
265 LocationSettings.class.getName(),
266 SecuritySettings.class.getName(),
Jason Monkd8da51c2015-04-17 14:34:12 -0400267 UsageAccessDetails.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800268 PrivacySettings.class.getName(),
269 DeviceAdminSettings.class.getName(),
270 AccessibilitySettings.class.getName(),
Anna Galuszab1795f52016-01-08 14:37:16 -0800271 AccessibilitySettingsForSetupWizard.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800272 CaptionPropertiesFragment.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800273 com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment.class.getName(),
274 TextToSpeechSettings.class.getName(),
Jeff Sharkey42833b22015-04-11 21:27:33 -0700275 StorageSettings.class.getName(),
Jeff Sharkeya16257d2015-04-28 13:41:01 -0700276 PrivateVolumeForget.class.getName(),
Jeff Sharkeye77f0682015-04-29 11:24:57 -0700277 PrivateVolumeSettings.class.getName(),
278 PublicVolumeSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800279 DevelopmentSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800280 AndroidBeam.class.getName(),
281 WifiDisplaySettings.class.getName(),
282 PowerUsageSummary.class.getName(),
283 AccountSyncSettings.class.getName(),
Alexandra Gherghina6d839872014-07-22 12:04:58 +0000284 AccountSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800285 CryptKeeperSettings.class.getName(),
286 DataUsageSummary.class.getName(),
287 DreamSettings.class.getName(),
288 UserSettings.class.getName(),
289 NotificationAccessSettings.class.getName(),
John Spurlock08531a82015-05-07 17:45:43 -0400290 ZenAccessSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800291 PrintSettingsFragment.class.getName(),
292 PrintJobSettingsFragment.class.getName(),
293 TrustedCredentialsSettings.class.getName(),
294 PaymentSettings.class.getName(),
295 KeyboardLayoutPickerFragment.class.getName(),
Abodunrinwa Toki5f0b59b2016-01-25 23:02:23 +0000296 KeyboardLayoutPickerFragment2.class.getName(),
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700297 ZenModeSettings.class.getName(),
Julia Reynolds8c0a4232015-11-24 10:08:14 -0500298 SoundSettings.class.getName(),
299 ConfigureNotificationSettings.class.getName(),
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700300 ChooseLockPassword.ChooseLockPasswordFragment.class.getName(),
301 ChooseLockPattern.ChooseLockPatternFragment.class.getName(),
John Spurlockc7f8e8c2014-06-04 19:11:22 -0400302 InstalledAppDetails.class.getName(),
303 BatterySaverSettings.class.getName(),
Fabrice Di Megliodcf59dd2014-07-21 11:22:20 -0700304 AppNotificationSettings.class.getName(),
Fabrice Di Meglioe3ff4d82014-07-23 20:03:20 -0700305 OtherSoundSettings.class.getName(),
Narayan Kamath33acb152015-03-16 12:48:05 +0000306 ApnSettings.class.getName(),
John Spurlock45fa1402015-04-09 12:50:04 -0400307 WifiCallingSettings.class.getName(),
John Spurlockc1df2aa2015-04-13 20:57:06 -0400308 ZenModePrioritySettings.class.getName(),
John Spurlock533a5662015-06-19 10:47:36 -0400309 ZenModeAutomationSettings.class.getName(),
John Spurlock45fa1402015-04-09 12:50:04 -0400310 ZenModeScheduleRuleSettings.class.getName(),
John Spurlockf57bad72015-04-30 09:26:15 -0400311 ZenModeEventRuleSettings.class.getName(),
Julia Reynolds5555d262015-11-09 10:52:17 -0500312 ZenModeVisualInterruptionSettings.class.getName(),
Jason Monk2583fc12015-03-25 09:46:30 -0400313 ProcessStatsUi.class.getName(),
Jason Monk1eb54eb2015-04-29 12:46:42 -0400314 PowerUsageDetail.class.getName(),
Jason Monk2cdafc62015-06-12 12:32:50 -0400315 ProcessStatsSummary.class.getName(),
Billy Laufee78562015-07-27 12:57:07 +0100316 DrawOverlayDetails.class.getName(),
317 WriteSettingsDetails.class.getName(),
Julia Reynolds2e1e0b72015-12-14 08:32:46 -0500318 ManageDefaultApps.class.getName(),
Jason Monkb9e5d232016-01-26 17:43:57 -0500319 WallpaperTypeSettings.class.getName(),
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800320 };
321
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700322
323 private static final String[] LIKE_SHORTCUT_INTENT_ACTION_ARRAY = {
324 "android.settings.APPLICATION_DETAILS_SETTINGS"
325 };
326
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800327 private SharedPreferences mDevelopmentPreferences;
328 private SharedPreferences.OnSharedPreferenceChangeListener mDevelopmentPreferencesListener;
329
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800330 private boolean mBatteryPresent = true;
331 private BroadcastReceiver mBatteryInfoReceiver = new BroadcastReceiver() {
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800332 @Override
333 public void onReceive(Context context, Intent intent) {
334 String action = intent.getAction();
335 if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
336 boolean batteryPresent = Utils.isBatteryPresent(intent);
337
338 if (mBatteryPresent != batteryPresent) {
339 mBatteryPresent = batteryPresent;
Jason Monk4da79e02015-09-10 10:54:36 -0400340 updateTilesList();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800341 }
342 }
343 }
344 };
345
Clara Bayarri6934a042015-10-14 11:07:35 +0100346 private final BroadcastReceiver mUserAddRemoveReceiver = new BroadcastReceiver() {
347 @Override
348 public void onReceive(Context context, Intent intent) {
349 String action = intent.getAction();
350 if (action.equals(Intent.ACTION_USER_ADDED)
351 || action.equals(Intent.ACTION_USER_REMOVED)) {
352 Index.getInstance(getApplicationContext()).update();
353 }
354 }
355 };
356
Svetoslav990159a2014-04-14 17:14:59 -0700357 private final DynamicIndexableContentMonitor mDynamicIndexableContentMonitor =
358 new DynamicIndexableContentMonitor();
Svetoslav853e4712014-04-14 10:10:25 -0700359
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700360 private ActionBar mActionBar;
Fabrice Di Meglio41937762014-05-13 19:51:59 -0700361 private SwitchBar mSwitchBar;
362
363 private Button mNextButton;
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700364
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700365 private boolean mDisplayHomeAsUpEnabled;
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700366 private boolean mDisplaySearch;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700367
Fabrice Di Meglio35062d62014-05-13 14:39:41 -0700368 private boolean mIsShowingDashboard;
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700369 private boolean mIsShortcut;
Fabrice Di Meglio35062d62014-05-13 14:39:41 -0700370
Fabrice Di Meglio59a40552014-05-23 16:46:50 -0700371 private ViewGroup mContent;
372
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700373 private SearchView mSearchView;
374 private MenuItem mSearchMenuItem;
375 private boolean mSearchMenuItemExpanded = false;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700376 private SearchResultsSummary mSearchResultsFragment;
377 private String mSearchQuery;
378
Fabrice Di Meglio769630c2014-04-24 14:48:48 -0700379 // Categories
380 private ArrayList<DashboardCategory> mCategories = new ArrayList<DashboardCategory>();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800381
Fabrice Di Megliob0a464f2014-07-23 18:15:42 -0700382 private static final String MSG_DATA_FORCE_REFRESH = "msg_data_force_refresh";
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800383
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700384 private boolean mNeedToRevertToInitialFragment = false;
385
Jim Miller0698a212014-10-16 19:49:07 -0700386 private Intent mResultIntentData;
Jason Monkd4f03ec2016-01-07 16:25:34 -0500387 private ComponentName mCurrentSuggestion;
Jim Miller0698a212014-10-16 19:49:07 -0700388
Fabrice Di Meglio41937762014-05-13 19:51:59 -0700389 public SwitchBar getSwitchBar() {
390 return mSwitchBar;
391 }
392
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800393 @Override
394 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) {
395 // Override the fragment title for Wallpaper settings
Jason Monk39b46742015-09-10 15:52:51 -0400396 CharSequence title = pref.getTitle();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800397 if (pref.getFragment().equals(WallpaperTypeSettings.class.getName())) {
Jason Monk39b46742015-09-10 15:52:51 -0400398 title = getString(R.string.wallpaper_settings_fragment_title);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800399 }
Jason Monkb1dd5c92015-12-16 16:13:54 -0500400 startPreferencePanel(pref.getFragment(), pref.getExtras(), -1, title,
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800401 null, 0);
402 return true;
403 }
404
405 @Override
Jason Monk39b46742015-09-10 15:52:51 -0400406 public boolean onPreferenceTreeClick(Preference preference) {
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800407 return false;
408 }
409
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800410 @Override
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800411 public void onConfigurationChanged(Configuration newConfig) {
412 super.onConfigurationChanged(newConfig);
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -0800413 Index.getInstance(this).update();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800414 }
415
416 @Override
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700417 protected void onStart() {
418 super.onStart();
419
420 if (mNeedToRevertToInitialFragment) {
421 revertToInitialFragment();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800422 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800423 }
424
425 @Override
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700426 public boolean onCreateOptionsMenu(Menu menu) {
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700427 if (!mDisplaySearch) {
428 return false;
429 }
430
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700431 MenuInflater inflater = getMenuInflater();
432 inflater.inflate(R.menu.options_menu, menu);
433
434 // Cache the search query (can be overriden by the OnQueryTextListener)
435 final String query = mSearchQuery;
436
Fabrice Di Meglio95937822014-03-31 19:46:42 -0700437 mSearchMenuItem = menu.findItem(R.id.search);
438 mSearchView = (SearchView) mSearchMenuItem.getActionView();
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700439
Fabrice Di Meglio23ae00c2014-04-21 12:43:20 -0700440 if (mSearchMenuItem == null || mSearchView == null) {
441 return false;
442 }
443
Fabrice Di Meglio8c3b0ce2014-05-12 18:54:32 -0700444 if (mSearchResultsFragment != null) {
445 mSearchResultsFragment.setSearchView(mSearchView);
446 }
447
Fabrice Di Meglio95937822014-03-31 19:46:42 -0700448 mSearchMenuItem.setOnActionExpandListener(this);
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700449 mSearchView.setOnQueryTextListener(this);
450 mSearchView.setOnCloseListener(this);
451
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700452 if (mSearchMenuItemExpanded) {
453 mSearchMenuItem.expandActionView();
454 }
455 mSearchView.setQuery(query, true /* submit */);
456
457 return true;
458 }
459
Jason Monk31c7c322016-01-20 14:41:52 -0500460 @Override
461 public SharedPreferences getSharedPreferences(String name, int mode) {
462 if (name.equals(getPackageName() + "_preferences")) {
463 String tag = getClass().getName();
464 if (getIntent() != null && getIntent().hasExtra(EXTRA_SHOW_FRAGMENT)) {
465 tag = getIntent().getStringExtra(EXTRA_SHOW_FRAGMENT);
466 }
467 if (tag.startsWith("com.android.settings.")) {
468 tag = tag.replace("com.android.settings.", "");
469 }
470 return new SharedPreferencesLogger(this, tag);
471 }
472 return super.getSharedPreferences(name, mode);
473 }
474
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700475 private static boolean isShortCutIntent(final Intent intent) {
476 Set<String> categories = intent.getCategories();
477 return (categories != null) && categories.contains("com.android.settings.SHORTCUT");
478 }
479
Fabrice Di Meglio5b3c3c02014-06-30 15:18:08 -0700480 private static boolean isLikeShortCutIntent(final Intent intent) {
Fabrice Di Meglio5b7a1002014-06-23 17:54:40 -0700481 String action = intent.getAction();
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700482 if (action == null) {
483 return false;
484 }
485 for (int i = 0; i < LIKE_SHORTCUT_INTENT_ACTION_ARRAY.length; i++) {
486 if (LIKE_SHORTCUT_INTENT_ACTION_ARRAY[i].equals(action)) return true;
487 }
488 return false;
Fabrice Di Meglio5b7a1002014-06-23 17:54:40 -0700489 }
490
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700491 @Override
492 protected void onCreate(Bundle savedState) {
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700493 super.onCreate(savedState);
Jason Monkfd2c7222015-12-02 15:38:38 -0500494 long startTime = System.currentTimeMillis();
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700495
496 // Should happen before any call to getIntent()
497 getMetaData();
498
499 final Intent intent = getIntent();
500 if (intent.hasExtra(EXTRA_UI_OPTIONS)) {
501 getWindow().setUiOptions(intent.getIntExtra(EXTRA_UI_OPTIONS, 0));
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800502 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800503
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800504 mDevelopmentPreferences = getSharedPreferences(DevelopmentSettings.PREF_FILE,
505 Context.MODE_PRIVATE);
506
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -0700507 // Getting Intent properties can only be done after the super.onCreate(...)
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700508 final String initialFragmentName = intent.getStringExtra(EXTRA_SHOW_FRAGMENT);
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -0700509
Fabrice Di Meglio5b3c3c02014-06-30 15:18:08 -0700510 mIsShortcut = isShortCutIntent(intent) || isLikeShortCutIntent(intent) ||
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700511 intent.getBooleanExtra(EXTRA_SHOW_FRAGMENT_AS_SHORTCUT, false);
512
Fabrice Di Meglioe817a662014-07-16 19:51:06 -0700513 final ComponentName cn = intent.getComponent();
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700514 final String className = cn.getClassName();
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -0700515
Jason Monk4da79e02015-09-10 10:54:36 -0400516 mIsShowingDashboard = className.equals(Settings.class.getName())
517 || className.equals(Settings.WirelessSettings.class.getName())
518 || className.equals(Settings.DeviceSettings.class.getName())
519 || className.equals(Settings.PersonalSettings.class.getName())
520 || className.equals(Settings.WirelessSettings.class.getName());
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700521
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700522 // This is a "Sub Settings" when:
523 // - this is a real SubSettings
524 // - or :settings:show_fragment_as_subsetting is passed to the Intent
Jorim Jaggi4dfcb822015-04-29 17:21:32 -0700525 final boolean isSubSettings = this instanceof SubSettings ||
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700526 intent.getBooleanExtra(EXTRA_SHOW_FRAGMENT_AS_SUBSETTING, false);
527
528 // If this is a sub settings, then apply the SubSettings Theme for the ActionBar content insets
529 if (isSubSettings) {
Fabrice Di Meglio712df6c2014-07-18 17:44:37 -0700530 // Check also that we are not a Theme Dialog as we don't want to override them
531 final int themeResId = getThemeResId();
532 if (themeResId != R.style.Theme_DialogWhenLarge &&
533 themeResId != R.style.Theme_SubSettingsDialogWhenLarge) {
534 setTheme(R.style.Theme_SubSettings);
535 }
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -0700536 }
537
Fabrice Di Megliod40dd452014-07-18 15:20:34 -0700538 setContentView(mIsShowingDashboard ?
539 R.layout.settings_main_dashboard : R.layout.settings_main_prefs);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800540
Fabrice Di Megliod40dd452014-07-18 15:20:34 -0700541 mContent = (ViewGroup) findViewById(R.id.main_content);
Fabrice Di Meglio59a40552014-05-23 16:46:50 -0700542
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800543 getFragmentManager().addOnBackStackChangedListener(this);
544
Fabrice Di Meglio35062d62014-05-13 14:39:41 -0700545 if (mIsShowingDashboard) {
Fabrice Di Megliodff3faa2015-02-27 11:14:11 -0800546 // Run the Index update only if we have some space
547 if (!Utils.isLowStorage(this)) {
Jason Monkfd2c7222015-12-02 15:38:38 -0500548 long indexStartTime = System.currentTimeMillis();
549 AsyncTask.execute(new Runnable() {
550 @Override
551 public void run() {
552 Index.getInstance(getApplicationContext()).update();
553 }
554 });
555 if (DEBUG_TIMING) Log.d(LOG_TAG, "Index.update() took "
556 + (System.currentTimeMillis() - indexStartTime) + " ms");
Fabrice Di Megliodff3faa2015-02-27 11:14:11 -0800557 } else {
558 Log.w(LOG_TAG, "Cannot update the Indexer as we are running low on storage space!");
559 }
Fabrice Di Meglio5cda21b2014-04-21 10:14:28 -0700560 }
561
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700562 if (savedState != null) {
Fabrice Di Meglio1800a9f2014-04-03 19:31:07 -0700563 // We are restarting from a previous saved state; used that to initialize, instead
564 // of starting fresh.
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700565 mSearchMenuItemExpanded = savedState.getBoolean(SAVE_KEY_SEARCH_MENU_EXPANDED);
566 mSearchQuery = savedState.getString(SAVE_KEY_SEARCH_QUERY);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800567
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700568 setTitleFromIntent(intent);
Fabrice Di Meglio5529d292014-02-11 19:52:28 -0800569
Fabrice Di Meglio769630c2014-04-24 14:48:48 -0700570 ArrayList<DashboardCategory> categories =
571 savedState.getParcelableArrayList(SAVE_KEY_CATEGORIES);
572 if (categories != null) {
Fabrice Di Meglio5f995722014-05-19 19:51:31 -0700573 mCategories.clear();
Fabrice Di Meglio769630c2014-04-24 14:48:48 -0700574 mCategories.addAll(categories);
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700575 setTitleFromBackStack();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800576 }
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700577
578 mDisplayHomeAsUpEnabled = savedState.getBoolean(SAVE_KEY_SHOW_HOME_AS_UP);
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700579 mDisplaySearch = savedState.getBoolean(SAVE_KEY_SHOW_SEARCH);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800580 } else {
Fabrice Di Meglio35062d62014-05-13 14:39:41 -0700581 if (!mIsShowingDashboard) {
Jason Monkea8b1a72015-06-02 16:46:34 -0400582 mDisplaySearch = false;
583 // UP will be shown only if it is a sub settings
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700584 if (mIsShortcut) {
585 mDisplayHomeAsUpEnabled = isSubSettings;
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700586 } else if (isSubSettings) {
587 mDisplayHomeAsUpEnabled = true;
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700588 } else {
589 mDisplayHomeAsUpEnabled = false;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700590 }
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700591 setTitleFromIntent(intent);
Fabrice Di Meglioc1457322014-04-04 19:07:50 -0700592
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700593 Bundle initialArguments = intent.getBundleExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS);
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700594 switchToFragment(initialFragmentName, initialArguments, true, false,
595 mInitialTitleResId, mInitialTitle, false);
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000596 } else {
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700597 // No UP affordance if we are displaying the main Dashboard
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700598 mDisplayHomeAsUpEnabled = false;
Fabrice Di Meglio5a62d942014-07-01 17:18:40 -0700599 // Show Search affordance
600 mDisplaySearch = true;
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700601 mInitialTitleResId = R.string.dashboard_title;
Fabrice Di Meglio42c4b0a2014-05-22 10:30:03 -0700602 switchToFragment(DashboardSummary.class.getName(), null, false, false,
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700603 mInitialTitleResId, mInitialTitle, false);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800604 }
605 }
606
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700607 mActionBar = getActionBar();
Fabrice Di Megliod8aec082014-05-20 10:49:50 -0700608 if (mActionBar != null) {
609 mActionBar.setDisplayHomeAsUpEnabled(mDisplayHomeAsUpEnabled);
610 mActionBar.setHomeButtonEnabled(mDisplayHomeAsUpEnabled);
611 }
Fabrice Di Meglio41937762014-05-13 19:51:59 -0700612 mSwitchBar = (SwitchBar) findViewById(R.id.switch_bar);
613
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800614 // see if we should show Back/Next buttons
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800615 if (intent.getBooleanExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, false)) {
616
Fabrice Di Megliod2b64f32014-05-20 12:55:15 -0700617 View buttonBar = findViewById(R.id.button_bar);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800618 if (buttonBar != null) {
619 buttonBar.setVisibility(View.VISIBLE);
620
Fabrice Di Megliod2b64f32014-05-20 12:55:15 -0700621 Button backButton = (Button)findViewById(R.id.back_button);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800622 backButton.setOnClickListener(new OnClickListener() {
623 public void onClick(View v) {
Jim Miller0698a212014-10-16 19:49:07 -0700624 setResult(RESULT_CANCELED, getResultIntentData());
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800625 finish();
626 }
627 });
Fabrice Di Megliod2b64f32014-05-20 12:55:15 -0700628 Button skipButton = (Button)findViewById(R.id.skip_button);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800629 skipButton.setOnClickListener(new OnClickListener() {
630 public void onClick(View v) {
Jim Miller0698a212014-10-16 19:49:07 -0700631 setResult(RESULT_OK, getResultIntentData());
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800632 finish();
633 }
634 });
Fabrice Di Megliod2b64f32014-05-20 12:55:15 -0700635 mNextButton = (Button)findViewById(R.id.next_button);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800636 mNextButton.setOnClickListener(new OnClickListener() {
637 public void onClick(View v) {
Jim Miller0698a212014-10-16 19:49:07 -0700638 setResult(RESULT_OK, getResultIntentData());
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800639 finish();
640 }
641 });
642
643 // set our various button parameters
644 if (intent.hasExtra(EXTRA_PREFS_SET_NEXT_TEXT)) {
645 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
646 if (TextUtils.isEmpty(buttonText)) {
647 mNextButton.setVisibility(View.GONE);
648 }
649 else {
650 mNextButton.setText(buttonText);
651 }
652 }
653 if (intent.hasExtra(EXTRA_PREFS_SET_BACK_TEXT)) {
654 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
655 if (TextUtils.isEmpty(buttonText)) {
656 backButton.setVisibility(View.GONE);
657 }
658 else {
659 backButton.setText(buttonText);
660 }
661 }
662 if (intent.getBooleanExtra(EXTRA_PREFS_SHOW_SKIP, false)) {
663 skipButton.setVisibility(View.VISIBLE);
664 }
665 }
666 }
Fabrice Di Meglioceb335f2014-07-23 16:25:30 -0700667
Jason Monkfd2c7222015-12-02 15:38:38 -0500668 if (DEBUG_TIMING) Log.d(LOG_TAG, "onCreate took " + (System.currentTimeMillis() - startTime)
669 + " ms");
Fabrice Di Meglioceb335f2014-07-23 16:25:30 -0700670 }
671
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700672 private void setTitleFromIntent(Intent intent) {
673 final int initialTitleResId = intent.getIntExtra(EXTRA_SHOW_FRAGMENT_TITLE_RESID, -1);
674 if (initialTitleResId > 0) {
675 mInitialTitle = null;
676 mInitialTitleResId = initialTitleResId;
Alexandra Gherghina62464b82014-08-11 12:40:13 +0100677
678 final String initialTitleResPackageName = intent.getStringExtra(
679 EXTRA_SHOW_FRAGMENT_TITLE_RES_PACKAGE_NAME);
680 if (initialTitleResPackageName != null) {
681 try {
682 Context authContext = createPackageContextAsUser(initialTitleResPackageName,
683 0 /* flags */, new UserHandle(UserHandle.myUserId()));
684 mInitialTitle = authContext.getResources().getText(mInitialTitleResId);
685 setTitle(mInitialTitle);
686 mInitialTitleResId = -1;
687 return;
688 } catch (NameNotFoundException e) {
689 Log.w(LOG_TAG, "Could not find package" + initialTitleResPackageName);
690 }
691 } else {
692 setTitle(mInitialTitleResId);
693 }
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700694 } else {
695 mInitialTitleResId = -1;
696 final String initialTitle = intent.getStringExtra(EXTRA_SHOW_FRAGMENT_TITLE);
697 mInitialTitle = (initialTitle != null) ? initialTitle : getTitle();
698 setTitle(mInitialTitle);
699 }
700 }
701
Fabrice Di Meglioc95be4f2014-03-07 12:57:38 -0800702 @Override
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800703 public void onBackStackChanged() {
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700704 setTitleFromBackStack();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800705 }
706
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700707 private int setTitleFromBackStack() {
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800708 final int count = getFragmentManager().getBackStackEntryCount();
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700709
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800710 if (count == 0) {
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700711 if (mInitialTitleResId > 0) {
712 setTitle(mInitialTitleResId);
713 } else {
714 setTitle(mInitialTitle);
715 }
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700716 return 0;
Fabrice Di Meglio5529d292014-02-11 19:52:28 -0800717 }
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700718
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800719 FragmentManager.BackStackEntry bse = getFragmentManager().getBackStackEntryAt(count - 1);
720 setTitleFromBackStackEntry(bse);
Fabrice Di Megliob643cbf2014-03-10 12:18:39 -0700721
722 return count;
Fabrice Di Meglio8eb3f0f2014-02-27 15:51:46 -0800723 }
724
725 private void setTitleFromBackStackEntry(FragmentManager.BackStackEntry bse) {
726 final CharSequence title;
727 final int titleRes = bse.getBreadCrumbTitleRes();
728 if (titleRes > 0) {
729 title = getText(titleRes);
730 } else {
731 title = bse.getBreadCrumbTitle();
732 }
733 if (title != null) {
734 setTitle(title);
735 }
Fabrice Di Meglio5529d292014-02-11 19:52:28 -0800736 }
737
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800738 @Override
739 protected void onSaveInstanceState(Bundle outState) {
740 super.onSaveInstanceState(outState);
741
Fabrice Di Meglio769630c2014-04-24 14:48:48 -0700742 if (mCategories.size() > 0) {
743 outState.putParcelableArrayList(SAVE_KEY_CATEGORIES, mCategories);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800744 }
Fabrice Di Megliod6985df2014-04-03 16:43:26 -0700745
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700746 outState.putBoolean(SAVE_KEY_SHOW_HOME_AS_UP, mDisplayHomeAsUpEnabled);
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700747 outState.putBoolean(SAVE_KEY_SHOW_SEARCH, mDisplaySearch);
Fabrice Di Megliob731dd02014-04-03 18:40:38 -0700748
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700749 if (mDisplaySearch) {
750 // The option menus are created if the ActionBar is visible and they are also created
751 // asynchronously. If you launch Settings with an Intent action like
752 // android.intent.action.POWER_USAGE_SUMMARY and at the same time your device is locked
753 // thru a LockScreen, onCreateOptionsMenu() is not yet called and references to the search
754 // menu item and search view are null.
755 boolean isExpanded = (mSearchMenuItem != null) && mSearchMenuItem.isActionViewExpanded();
756 outState.putBoolean(SAVE_KEY_SEARCH_MENU_EXPANDED, isExpanded);
Fabrice Di Megliod6985df2014-04-03 16:43:26 -0700757
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700758 String query = (mSearchView != null) ? mSearchView.getQuery().toString() : EMPTY_QUERY;
759 outState.putString(SAVE_KEY_SEARCH_QUERY, query);
760 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800761 }
762
763 @Override
Jason Monk39b46742015-09-10 15:52:51 -0400764 protected void onResume() {
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800765 super.onResume();
766
767 mDevelopmentPreferencesListener = new SharedPreferences.OnSharedPreferenceChangeListener() {
768 @Override
769 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {
Jason Monk4da79e02015-09-10 10:54:36 -0400770 updateTilesList();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800771 }
772 };
773 mDevelopmentPreferences.registerOnSharedPreferenceChangeListener(
774 mDevelopmentPreferencesListener);
775
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800776 registerReceiver(mBatteryInfoReceiver, new IntentFilter(Intent.ACTION_BATTERY_CHANGED));
Clara Bayarri6934a042015-10-14 11:07:35 +0100777 registerReceiver(mUserAddRemoveReceiver, new IntentFilter(Intent.ACTION_USER_ADDED));
778 registerReceiver(mUserAddRemoveReceiver, new IntentFilter(Intent.ACTION_USER_REMOVED));
Svetoslav853e4712014-04-14 10:10:25 -0700779
Svetoslav990159a2014-04-14 17:14:59 -0700780 mDynamicIndexableContentMonitor.register(this);
Fabrice Di Meglioa3270762014-04-16 16:54:56 -0700781
Fabrice Di Meglio3d35ec72014-06-06 12:13:29 -0700782 if(mDisplaySearch && !TextUtils.isEmpty(mSearchQuery)) {
Fabrice Di Meglioa3270762014-04-16 16:54:56 -0700783 onQueryTextSubmit(mSearchQuery);
784 }
Jason Monk4da79e02015-09-10 10:54:36 -0400785 updateTilesList();
Jason Monk478c5922016-01-22 15:20:20 -0500786 if (mIsShowingDashboard) {
787 showMenuIcon();
788 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800789 }
790
791 @Override
Jason Monk39b46742015-09-10 15:52:51 -0400792 protected void onPause() {
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800793 super.onPause();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800794 unregisterReceiver(mBatteryInfoReceiver);
Clara Bayarri8c9521f2016-01-12 14:10:45 +0000795 unregisterReceiver(mUserAddRemoveReceiver);
Svetoslav990159a2014-04-14 17:14:59 -0700796 mDynamicIndexableContentMonitor.unregister();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800797 }
798
799 @Override
800 public void onDestroy() {
801 super.onDestroy();
Fabrice Di Meglio680b0642014-05-20 15:19:29 -0700802
803 mDevelopmentPreferences.unregisterOnSharedPreferenceChangeListener(
804 mDevelopmentPreferencesListener);
805 mDevelopmentPreferencesListener = null;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800806 }
807
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800808 protected boolean isValidFragment(String fragmentName) {
809 // Almost all fragments are wrapped in this,
810 // except for a few that have their own activities.
811 for (int i = 0; i < ENTRY_FRAGMENTS.length; i++) {
812 if (ENTRY_FRAGMENTS[i].equals(fragmentName)) return true;
813 }
814 return false;
815 }
816
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800817 @Override
818 public Intent getIntent() {
819 Intent superIntent = super.getIntent();
820 String startingFragment = getStartingFragmentClass(superIntent);
821 // This is called from super.onCreate, isMultiPane() is not yet reliable
822 // Do not use onIsHidingHeaders either, which relies itself on this method
823 if (startingFragment != null) {
824 Intent modIntent = new Intent(superIntent);
825 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, startingFragment);
826 Bundle args = superIntent.getExtras();
827 if (args != null) {
828 args = new Bundle(args);
829 } else {
830 args = new Bundle();
831 }
832 args.putParcelable("intent", superIntent);
Kenny Guyac1e20e2014-06-24 14:34:14 +0100833 modIntent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, args);
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800834 return modIntent;
835 }
836 return superIntent;
837 }
838
839 /**
840 * Checks if the component name in the intent is different from the Settings class and
841 * returns the class name to load as a fragment.
842 */
843 private String getStartingFragmentClass(Intent intent) {
844 if (mFragmentClass != null) return mFragmentClass;
845
846 String intentClass = intent.getComponent().getClassName();
847 if (intentClass.equals(getClass().getName())) return null;
848
849 if ("com.android.settings.ManageApplications".equals(intentClass)
850 || "com.android.settings.RunningServices".equals(intentClass)
851 || "com.android.settings.applications.StorageUse".equals(intentClass)) {
852 // Old names of manage apps.
853 intentClass = com.android.settings.applications.ManageApplications.class.getName();
854 }
855
856 return intentClass;
857 }
858
859 /**
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000860 * Start a new fragment containing a preference panel. If the preferences
861 * are being displayed in multi-pane mode, the given fragment class will
862 * be instantiated and placed in the appropriate pane. If running in
863 * single-pane mode, a new activity will be launched in which to show the
864 * fragment.
865 *
866 * @param fragmentClass Full name of the class implementing the fragment.
867 * @param args Any desired arguments to supply to the fragment.
868 * @param titleRes Optional resource identifier of the title of this
869 * fragment.
870 * @param titleText Optional text of the title of this fragment.
871 * @param resultTo Optional fragment that result data should be sent to.
872 * If non-null, resultTo.onActivityResult() will be called when this
873 * preference panel is done. The launched panel must use
874 * {@link #finishPreferencePanel(Fragment, int, Intent)} when done.
875 * @param resultRequestCode If resultTo is non-null, this is the caller's
Fabrice Di Meglio58146c22014-06-26 16:20:26 -0700876 * request code to be received with the result.
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000877 */
878 public void startPreferencePanel(String fragmentClass, Bundle args, int titleRes,
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700879 CharSequence titleText, Fragment resultTo, int resultRequestCode) {
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700880 String title = null;
881 if (titleRes < 0) {
882 if (titleText != null) {
883 title = titleText.toString();
884 } else {
885 // There not much we can do in that case
886 title = "";
887 }
Fabrice Di Meglio911fb2a2014-04-04 17:55:57 -0700888 }
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700889 Utils.startWithFragment(this, fragmentClass, args, resultTo, resultRequestCode,
Fabrice Di Meglio0d643fd2014-06-16 20:11:27 -0700890 titleRes, title, mIsShortcut);
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000891 }
892
893 /**
Zoltan Szatmary-Ban7a2ccf22014-09-18 10:26:11 +0100894 * Start a new fragment in a new activity containing a preference panel for a given user. If the
895 * preferences are being displayed in multi-pane mode, the given fragment class will be
896 * instantiated and placed in the appropriate pane. If running in single-pane mode, a new
897 * activity will be launched in which to show the fragment.
898 *
899 * @param fragmentClass Full name of the class implementing the fragment.
900 * @param args Any desired arguments to supply to the fragment.
901 * @param titleRes Optional resource identifier of the title of this fragment.
902 * @param titleText Optional text of the title of this fragment.
903 * @param userHandle The user for which the panel has to be started.
904 */
905 public void startPreferencePanelAsUser(String fragmentClass, Bundle args, int titleRes,
906 CharSequence titleText, UserHandle userHandle) {
Lifu Tangd0332852015-04-02 12:05:46 -0700907 // This is a workaround.
908 //
909 // Calling startWithFragmentAsUser() without specifying FLAG_ACTIVITY_NEW_TASK to the intent
910 // starting the fragment could cause a native stack corruption. See b/17523189. However,
911 // adding that flag and start the preference panel with the same UserHandler will make it
912 // impossible to use back button to return to the previous screen. See b/20042570.
913 //
914 // We work around this issue by adding FLAG_ACTIVITY_NEW_TASK to the intent, while doing
915 // another check here to call startPreferencePanel() instead of startWithFragmentAsUser()
916 // when we're calling it as the same user.
917 if (userHandle.getIdentifier() == UserHandle.myUserId()) {
918 startPreferencePanel(fragmentClass, args, titleRes, titleText, null, 0);
919 } else {
920 String title = null;
921 if (titleRes < 0) {
922 if (titleText != null) {
923 title = titleText.toString();
924 } else {
925 // There not much we can do in that case
926 title = "";
927 }
Zoltan Szatmary-Ban7a2ccf22014-09-18 10:26:11 +0100928 }
Lifu Tangd0332852015-04-02 12:05:46 -0700929 Utils.startWithFragmentAsUser(this, fragmentClass, args,
930 titleRes, title, mIsShortcut, userHandle);
Zoltan Szatmary-Ban7a2ccf22014-09-18 10:26:11 +0100931 }
Zoltan Szatmary-Ban7a2ccf22014-09-18 10:26:11 +0100932 }
933
934 /**
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800935 * Called by a preference panel fragment to finish itself.
936 *
937 * @param caller The fragment that is asking to be finished.
938 * @param resultCode Optional result code to send back to the original
939 * launching fragment.
940 * @param resultData Optional result data to send back to the original
941 * launching fragment.
942 */
943 public void finishPreferencePanel(Fragment caller, int resultCode, Intent resultData) {
944 setResult(resultCode, resultData);
Fabrice Di Meglio58146c22014-06-26 16:20:26 -0700945 finish();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -0800946 }
947
948 /**
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000949 * Start a new fragment.
950 *
951 * @param fragment The fragment to start
952 * @param push If true, the current fragment will be pushed onto the back stack. If false,
953 * the current fragment will be replaced.
954 */
955 public void startPreferenceFragment(Fragment fragment, boolean push) {
956 FragmentTransaction transaction = getFragmentManager().beginTransaction();
Fabrice Di Megliod40dd452014-07-18 15:20:34 -0700957 transaction.replace(R.id.main_content, fragment);
Fabrice Di Meglio10afdb82014-02-11 19:50:56 +0000958 if (push) {
959 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
960 transaction.addToBackStack(BACK_STACK_PREFS);
961 } else {
962 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE);
963 }
964 transaction.commitAllowingStateLoss();
965 }
966
967 /**
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700968 * Switch to a specific Fragment with taking care of validation, Title and BackStack
969 */
970 private Fragment switchToFragment(String fragmentName, Bundle args, boolean validate,
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700971 boolean addToBackStack, int titleResId, CharSequence title, boolean withTransition) {
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700972 if (validate && !isValidFragment(fragmentName)) {
973 throw new IllegalArgumentException("Invalid fragment for this activity: "
974 + fragmentName);
975 }
976 Fragment f = Fragment.instantiate(this, fragmentName, args);
977 FragmentTransaction transaction = getFragmentManager().beginTransaction();
Fabrice Di Megliod40dd452014-07-18 15:20:34 -0700978 transaction.replace(R.id.main_content, f);
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700979 if (withTransition) {
Fabrice Di Meglio59a40552014-05-23 16:46:50 -0700980 TransitionManager.beginDelayedTransition(mContent);
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700981 }
982 if (addToBackStack) {
983 transaction.addToBackStack(SettingsActivity.BACK_STACK_PREFS);
984 }
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -0700985 if (titleResId > 0) {
986 transaction.setBreadCrumbTitle(titleResId);
987 } else if (title != null) {
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700988 transaction.setBreadCrumbTitle(title);
989 }
990 transaction.commitAllowingStateLoss();
Fabrice Di Meglio59a40552014-05-23 16:46:50 -0700991 getFragmentManager().executePendingTransactions();
Fabrice Di Megliod25314d2014-03-21 19:24:43 -0700992 return f;
993 }
994
Jason Monk4da79e02015-09-10 10:54:36 -0400995 private void updateTilesList() {
Jason Monkfd2c7222015-12-02 15:38:38 -0500996 // Generally the items that are will be changing from these updates will
997 // not be in the top list of tiles, so run it in the background and the
998 // SettingsDrawerActivity will pick up on the updates automatically.
999 AsyncTask.execute(new Runnable() {
1000 @Override
1001 public void run() {
1002 doUpdateTilesList();
1003 }
1004 });
1005 }
1006
1007 private void doUpdateTilesList() {
Jason Monk4da79e02015-09-10 10:54:36 -04001008 PackageManager pm = getPackageManager();
Xiaohui Chen44879a32015-07-22 13:53:22 -07001009 final UserManager um = UserManager.get(this);
1010 final boolean isAdmin = um.isAdminUser();
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001011
Jason Monk4da79e02015-09-10 10:54:36 -04001012 String packageName = getPackageName();
1013 setTileEnabled(new ComponentName(packageName, WifiSettingsActivity.class.getName()),
1014 pm.hasSystemFeature(PackageManager.FEATURE_WIFI), isAdmin, pm);
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001015
Jason Monk4da79e02015-09-10 10:54:36 -04001016 setTileEnabled(new ComponentName(packageName,
1017 Settings.BluetoothSettingsActivity.class.getName()),
1018 pm.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH), isAdmin, pm);
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001019
Jason Monk4da79e02015-09-10 10:54:36 -04001020 setTileEnabled(new ComponentName(packageName,
1021 Settings.DataUsageSummaryActivity.class.getName()),
1022 Utils.isBandwidthControlEnabled(), isAdmin, pm);
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001023
Jason Monk4da79e02015-09-10 10:54:36 -04001024 setTileEnabled(new ComponentName(packageName,
1025 Settings.SimSettingsActivity.class.getName()),
1026 Utils.showSimCardTile(this), isAdmin, pm);
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001027
Jason Monk4da79e02015-09-10 10:54:36 -04001028 setTileEnabled(new ComponentName(packageName,
1029 Settings.PowerUsageSummaryActivity.class.getName()),
1030 mBatteryPresent, isAdmin, pm);
1031
1032 setTileEnabled(new ComponentName(packageName,
Jason Monk4da79e02015-09-10 10:54:36 -04001033 Settings.UserSettingsActivity.class.getName()),
1034 UserHandle.MU_ENABLED && UserManager.supportsMultipleUsers()
1035 && !Utils.isMonkeyRunning(), isAdmin, pm);
1036
1037 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(this);
1038 setTileEnabled(new ComponentName(packageName,
1039 Settings.PaymentSettingsActivity.class.getName()),
1040 pm.hasSystemFeature(PackageManager.FEATURE_NFC)
1041 && pm.hasSystemFeature(PackageManager.FEATURE_NFC_HOST_CARD_EMULATION)
1042 && adapter != null && adapter.isEnabled(), isAdmin, pm);
1043
1044 setTileEnabled(new ComponentName(packageName,
1045 Settings.PrintSettingsActivity.class.getName()),
1046 pm.hasSystemFeature(PackageManager.FEATURE_PRINTING), isAdmin, pm);
1047
1048 final boolean showDev = mDevelopmentPreferences.getBoolean(
1049 DevelopmentSettings.PREF_SHOW,
1050 android.os.Build.TYPE.equals("eng"));
1051 setTileEnabled(new ComponentName(packageName,
1052 Settings.DevelopmentSettingsActivity.class.getName()),
1053 showDev && !um.hasUserRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES),
1054 isAdmin, pm);
1055
1056 if (UserHandle.MU_ENABLED && !isAdmin) {
1057 // When on restricted users, disable all extra categories (but only the settings ones).
Jason Monkfd2c7222015-12-02 15:38:38 -05001058 List<DashboardCategory> categories = getDashboardCategories();
Jason Monk4da79e02015-09-10 10:54:36 -04001059 for (DashboardCategory category : categories) {
Jason Monkd4f03ec2016-01-07 16:25:34 -05001060 for (Tile tile : category.tiles) {
Jason Monk4da79e02015-09-10 10:54:36 -04001061 ComponentName component = tile.intent.getComponent();
1062 if (packageName.equals(component)&& !ArrayUtils.contains(
1063 SETTINGS_FOR_RESTRICTED, component.getClassName())) {
1064 setTileEnabled(component, false, isAdmin, pm);
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001065 }
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001066 }
Fabrice Di Meglio63bbb8e2014-04-23 16:44:30 -07001067 }
1068 }
Jason Monk2ebc8a02015-02-13 15:23:19 -05001069 }
1070
Jason Monk4da79e02015-09-10 10:54:36 -04001071 private void setTileEnabled(ComponentName component, boolean enabled, boolean isAdmin,
1072 PackageManager pm) {
1073 if (UserHandle.MU_ENABLED && !isAdmin
1074 && !ArrayUtils.contains(SETTINGS_FOR_RESTRICTED, component.getClassName())) {
1075 enabled = false;
1076 }
1077 int state = pm.getComponentEnabledSetting(component);
1078 boolean isEnabled = state == PackageManager.COMPONENT_ENABLED_STATE_DEFAULT
1079 || state == PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
1080 if (isEnabled != enabled) {
1081 pm.setComponentEnabledSetting(component, enabled
1082 ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
1083 : PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
1084 PackageManager.DONT_KILL_APP);
Jason Monk2ebc8a02015-02-13 15:23:19 -05001085 }
1086 }
1087
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001088 private void getMetaData() {
1089 try {
1090 ActivityInfo ai = getPackageManager().getActivityInfo(getComponentName(),
1091 PackageManager.GET_META_DATA);
1092 if (ai == null || ai.metaData == null) return;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001093 mFragmentClass = ai.metaData.getString(META_DATA_KEY_FRAGMENT_CLASS);
1094 } catch (NameNotFoundException nnfe) {
1095 // No recovery
1096 Log.d(LOG_TAG, "Cannot get Metadata for: " + getComponentName().toString());
1097 }
1098 }
1099
1100 // give subclasses access to the Next button
1101 public boolean hasNextButton() {
1102 return mNextButton != null;
1103 }
1104
1105 public Button getNextButton() {
1106 return mNextButton;
1107 }
1108
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001109 @Override
1110 public boolean shouldUpRecreateTask(Intent targetIntent) {
1111 return super.shouldUpRecreateTask(new Intent(this, SettingsActivity.class));
1112 }
1113
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001114 @Override
1115 public boolean onQueryTextSubmit(String query) {
1116 switchToSearchResultsFragmentIfNeeded();
1117 mSearchQuery = query;
1118 return mSearchResultsFragment.onQueryTextSubmit(query);
1119 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001120
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001121 @Override
1122 public boolean onQueryTextChange(String newText) {
1123 mSearchQuery = newText;
Fabrice Di Meglio7e4855e2014-05-23 16:03:43 -07001124 if (mSearchResultsFragment == null) {
Fabrice Di Meglioa3270762014-04-16 16:54:56 -07001125 return false;
1126 }
1127 return mSearchResultsFragment.onQueryTextChange(newText);
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001128 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001129
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001130 @Override
1131 public boolean onClose() {
1132 return false;
1133 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001134
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001135 @Override
1136 public boolean onMenuItemActionExpand(MenuItem item) {
1137 if (item.getItemId() == mSearchMenuItem.getItemId()) {
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001138 switchToSearchResultsFragmentIfNeeded();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001139 }
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001140 return true;
1141 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001142
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001143 @Override
1144 public boolean onMenuItemActionCollapse(MenuItem item) {
1145 if (item.getItemId() == mSearchMenuItem.getItemId()) {
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001146 if (mSearchMenuItemExpanded) {
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001147 revertToInitialFragment();
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001148 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001149 }
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001150 return true;
1151 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001152
Jason Monk4da79e02015-09-10 10:54:36 -04001153 @Override
Jason Monkd4f03ec2016-01-07 16:25:34 -05001154 protected void onTileClicked(Tile tile) {
Jason Monk4da79e02015-09-10 10:54:36 -04001155 if (mIsShowingDashboard) {
1156 // If on dashboard, don't finish so the back comes back to here.
1157 openTile(tile);
1158 } else {
1159 super.onTileClicked(tile);
1160 }
1161 }
1162
Jason Monkaf001092015-11-04 13:16:18 -05001163 @Override
1164 public void onProfileTileOpen() {
1165 if (!mIsShowingDashboard) {
1166 finish();
1167 }
1168 }
1169
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001170 private void switchToSearchResultsFragmentIfNeeded() {
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001171 if (mSearchResultsFragment != null) {
1172 return;
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001173 }
Fabrice Di Megliod40dd452014-07-18 15:20:34 -07001174 Fragment current = getFragmentManager().findFragmentById(R.id.main_content);
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001175 if (current != null && current instanceof SearchResultsSummary) {
1176 mSearchResultsFragment = (SearchResultsSummary) current;
1177 } else {
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001178 mSearchResultsFragment = (SearchResultsSummary) switchToFragment(
Fabrice Di Meglioa9e77992014-06-09 12:52:24 -07001179 SearchResultsSummary.class.getName(), null, false, true,
1180 R.string.search_results_title, null, true);
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001181 }
Fabrice Di Megliod297a582014-04-22 17:23:23 -07001182 mSearchResultsFragment.setSearchView(mSearchView);
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001183 mSearchMenuItemExpanded = true;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001184 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001185
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001186 public void needToRevertToInitialFragment() {
1187 mNeedToRevertToInitialFragment = true;
1188 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001189
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001190 private void revertToInitialFragment() {
1191 mNeedToRevertToInitialFragment = false;
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07001192 mSearchResultsFragment = null;
Fabrice Di Megliobb16fd82014-04-04 14:48:05 -07001193 mSearchMenuItemExpanded = false;
1194 getFragmentManager().popBackStackImmediate(SettingsActivity.BACK_STACK_PREFS,
1195 FragmentManager.POP_BACK_STACK_INCLUSIVE);
Fabrice Di Meglio23ae00c2014-04-21 12:43:20 -07001196 if (mSearchMenuItem != null) {
1197 mSearchMenuItem.collapseActionView();
1198 }
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001199 }
Jim Miller0698a212014-10-16 19:49:07 -07001200
1201 public Intent getResultIntentData() {
1202 return mResultIntentData;
1203 }
1204
1205 public void setResultIntentData(Intent resultIntentData) {
1206 mResultIntentData = resultIntentData;
1207 }
Jason Monkd4f03ec2016-01-07 16:25:34 -05001208
1209 public void startSuggestion(Intent intent) {
1210 mCurrentSuggestion = intent.getComponent();
1211 startActivityForResult(intent, REQUEST_SUGGESTION);
1212 }
1213
1214 @Override
1215 protected void onActivityResult(int requestCode, int resultCode, Intent data) {
1216 if (requestCode == REQUEST_SUGGESTION && mCurrentSuggestion != null
1217 && resultCode != RESULT_CANCELED) {
1218 getPackageManager().setComponentEnabledSetting(mCurrentSuggestion,
1219 PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
1220 }
1221 super.onActivityResult(requestCode, resultCode, data);
1222 }
1223
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001224}