Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
a37b14ed
Verified
Commit
a37b14ed
authored
May 05, 2021
by
Marvin W.
🐿
Browse files
Location: Announce additional feature
parent
1a809e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
play-services-location-core/src/main/java/org/microg/gms/location/GoogleLocationManagerService.java
View file @
a37b14ed
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment