Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit a37b14ed authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Location: Announce additional feature

parent 1a809e0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);