Snap for 8762204 from c5fc5db0e7
to tm-release
Change-Id: Ib514f7ff3a355b0bd19aef5ce7eb1fa091e23117
This commit is contained in:
@@ -77,6 +77,10 @@ public class EnterprisePrivacySettings extends DashboardFragment {
|
||||
public void onCreate(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
|
||||
if (mPrivacySettingsPreference instanceof PrivacySettingsFinancedPreference) {
|
||||
return;
|
||||
}
|
||||
|
||||
replaceEnterprisePreferenceScreenTitle(
|
||||
MANAGED_DEVICE_INFO, R.string.enterprise_privacy_settings);
|
||||
|
||||
|
@@ -72,7 +72,9 @@ public class RoamingDialogFragment extends InstrumentedDialogFragment implements
|
||||
.setIconAttribute(android.R.attr.alertDialogIcon)
|
||||
.setPositiveButton(android.R.string.yes, this)
|
||||
.setNegativeButton(android.R.string.no, this);
|
||||
return builder.create();
|
||||
AlertDialog dialog = builder.create();
|
||||
dialog.setCanceledOnTouchOutside(false);
|
||||
return dialog;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user