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

Commit 38ce956b authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "Fixed logging ACTION_SETTINGS_DISABLE_APP with package name" into main

parents 4f06db7b fcb6e1a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -292,7 +292,8 @@ public class AppButtonsPreferenceController extends BasePreferenceController imp
        switch (id) {
            case ButtonActionDialogFragment.DialogType.DISABLE:
                mMetricsFeatureProvider.action(mActivity,
                        SettingsEnums.ACTION_SETTINGS_DISABLE_APP);
                        SettingsEnums.ACTION_SETTINGS_DISABLE_APP,
                        getPackageNameForMetric());
                AsyncTask.execute(new DisableChangerRunnable(mPm, mAppEntry.info.packageName,
                        PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER));
                break;