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

Commit c6c8d3cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make app list non-selectable" into main

parents dc637a5e 6e890f83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ public class AdjustmentExcludedAppsPreferenceController extends BasePreferenceCo
                    pref.setKey(key);
                    pref.setTitle(BidiFormatter.getInstance().unicodeWrap(app.label));
                    updateIcon(pref, app);
                    pref.setSelectable(false);
                    mPreferenceCategory.addPreference(pref);
                }
            } else if (!doesAppPassCriteria) {