mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 06:01:04 +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)
|
||||
public boolean hideFromAppOps;
|
||||
|
||||
@SafeParceled(8)
|
||||
public boolean forceCoarseLocation;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "LocationRequestInternal{" +
|
||||
|
@ -59,6 +62,7 @@ public class LocationRequestInternal extends AutoSafeParcelable {
|
|||
", clients=" + clients +
|
||||
", tag='" + tag + '\'' +
|
||||
", hideFromAppOps=" + hideFromAppOps +
|
||||
", forceCoarseLocation=" + forceCoarseLocation +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue