Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23511936 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7522467 from dc07fe1a to sc-d1-release

Change-Id: Ie6f74bc6fe842c0f3c12158f8b59a010b652d41a
parents f8c34289 dc07fe1a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -272,6 +272,11 @@ public class AppButtonsPreferenceController extends BasePreferenceController imp
             mMetricsFeatureProvider.action(
                     mActivity, SettingsEnums.ACTION_APP_INFO_FORCE_STOP);
            // force stop
            if (mPm.isPackageStateProtected(mAppEntry.info.packageName, mUserId)) {
                RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mActivity,
                        RestrictedLockUtilsInternal.getDeviceOwner(mActivity));
                return;
            }
            if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
                RestrictedLockUtils.sendShowAdminSupportDetailsIntent(
                        mActivity, mAppsControlDisallowedAdmin);