-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the problem that Tasks&Jamboard&Fitbit App cannot log in with Google #2123
Conversation
@@ -90,6 +90,11 @@ | |||
android:description="@string/perm_provision_description" | |||
android:label="@string/perm_provision_label" | |||
android:protectionLevel="privileged|signature" /> | |||
<permission | |||
android:name="com.google.android.gms.permission.CAR_SPEED" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which app/issue is fixed by adding the CAR_SPEED
permission? What about CAR_MILEAGE
and CAR_FUEL
permissions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the Google Maps location permission authorization pop-up window when connecting to Android Auto. The window still pops up after authorization.
The only needed one is Jamboard. |
All car related permissions that I have found:
|
1.Fix the problem that Tasks&Jamboard&Fitbit App cannot log in with Google
2.Declare CAR_SPEED permission