-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add run time permissions for CarDialer application #2687
base: master
Are you sure you want to change the base?
Conversation
Improper Commit Message |
0fe5967
to
c0dce73
Compare
c0dce73
to
70aecc6
Compare
Grant the runtime permissions of CarDialerApp by default to display dialer context in dialer app with Bluetooth connected: android.permission.READ_CALL_LOG android.permission.WRITE_CALL_LOG android.permission.READ_PHONE_STATE android.permission.CALL_PHONE android.permission.SEND_SMS Tests done: PBAP contact sync 1.Enable Bluetooth and connect to mobile. 2.open dialer application 3.Check for the contacts are able to sync. Tracked-On: OAM-126720 Signed-off-by: devath1x <[email protected]> Signed-off-by: Cui, Yuxin <[email protected]>
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.
LGTM
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
2 similar comments
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
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.
LGTM
Grant the runtime permissions of CarDialerApp by default to display dialer context in dialer app with Bluetooth connected: android.permission.READ_CALL_LOG
android.permission.WRITE_CALL_LOG
android.permission.READ_PHONE_STATE
android.permission.CALL_PHONE
android.permission.SEND_SMS
Tests done: PBAP contact sync
1.Enable Bluetooth and connect to mobile.
2.open dialer application
3.Check for the contacts are able to sync.
Tracked-On: OAM-126720