mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-11 18:26:48 +01:00
Location: Announce additional feature
This commit is contained in:
parent
1a809e0e47
commit
a37b14eda3
@ -40,6 +40,7 @@ public class GoogleLocationManagerService extends BaseService {
|
||||
try {
|
||||
ConnectionInfo info = new ConnectionInfo();
|
||||
info.features = new Feature[] {
|
||||
new Feature("get_current_location", 1),
|
||||
new Feature("name_sleep_segment_request", 1)
|
||||
};
|
||||
callback.onPostInitCompleteWithConnectionInfo(0, impl.asBinder(), info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user