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

Commit 132a186b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change function to public accessible"

parents 355062a8 a13e61ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ public class RecentLocationApps {
        public final CharSequence contentDescription;
        public final long requestFinishTime;

        private Request(String packageName, UserHandle userHandle, Drawable icon,
        public Request(String packageName, UserHandle userHandle, Drawable icon,
                CharSequence label, boolean isHighBattery, CharSequence contentDescription,
                long requestFinishTime) {
            this.packageName = packageName;