Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment