mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-06 23:41:01 +00:00
Location: Add forceCoarseLocation flag
This commit is contained in:
parent
bfae24a17c
commit
3dabc13028
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,9 @@ public class LocationRequestInternal extends AutoSafeParcelable {
|
||||||
@SafeParceled(7)
|
@SafeParceled(7)
|
||||||
public boolean hideFromAppOps;
|
public boolean hideFromAppOps;
|
||||||
|
|
||||||
|
@SafeParceled(8)
|
||||||
|
public boolean forceCoarseLocation;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "LocationRequestInternal{" +
|
return "LocationRequestInternal{" +
|
||||||
|
@ -59,6 +62,7 @@ public class LocationRequestInternal extends AutoSafeParcelable {
|
||||||
", clients=" + clients +
|
", clients=" + clients +
|
||||||
", tag='" + tag + '\'' +
|
", tag='" + tag + '\'' +
|
||||||
", hideFromAppOps=" + hideFromAppOps +
|
", hideFromAppOps=" + hideFromAppOps +
|
||||||
|
", forceCoarseLocation=" + forceCoarseLocation +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue