Location: Announce additional feature

This commit is contained in:
Marvin W 2021-05-05 23:29:43 +02:00
parent 1a809e0e47
commit a37b14eda3
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 0 deletions

View File

@ -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);