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

Commit 181fd7c1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5612634 from e32f980a to qt-qpr1-release

Change-Id: Ibb4e90c8748feada8ed6cf221183ffd9f11d1a74
parents f2cadcea e32f980a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ public class DefaultAppChildFragment<PF extends PreferenceFragmentCompat

            String key = qualifyingApplicationInfo.packageName;
            Drawable icon = Utils.getBadgedIcon(context, qualifyingApplicationInfo);
            String title = Utils.getAppLabel(qualifyingApplicationInfo, context);
            String title = Utils.getFullAppLabel(qualifyingApplicationInfo, context);
            addPreference(key, icon, title, isHolderApplication, qualifyingApplicationInfo,
                    oldPreferences, preferenceScreen, context);
        }
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class SpecialAppAccessChildFragment<PF extends PreferenceFragmentCompat
                preference = preferenceFragment.createApplicationPreference(context);
                preference.setKey(key);
                preference.setIcon(Utils.getBadgedIcon(context, qualifyingApplicationInfo));
                preference.setTitle(Utils.getAppLabel(qualifyingApplicationInfo, context));
                preference.setTitle(Utils.getFullAppLabel(qualifyingApplicationInfo, context));
                preference.setPersistent(false);
                preference.setOnPreferenceChangeListener((preference2, newValue) -> false);
                preference.setOnPreferenceClickListener(this);