mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-14 06:55:06 +00:00
Location: Announce additional feature
This commit is contained in:
parent
1a809e0e47
commit
a37b14eda3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue