Compare commits
3 commits
414a94cb2f
...
bb281ab7e0
Author | SHA1 | Date | |
---|---|---|---|
bb281ab7e0 | |||
729b86a2fc | |||
0cd0678921 |
1 changed files with 3 additions and 3 deletions
|
@ -117,9 +117,9 @@ public class ConnectionService extends android.telecom.ConnectionService {
|
|||
|
||||
PermissionManager permissionManager = PermissionManager.getInstance(this);
|
||||
permissionManager.setNotificationSettings(
|
||||
new NotificationSettings.Builder()
|
||||
.withMessage(R.string.microphone_permission_for_call)
|
||||
.withSmallIcon(R.drawable.ic_notification).build()
|
||||
new NotificationSettings.Builder()
|
||||
.withMessage(R.string.microphone_permission_for_call)
|
||||
.withSmallIcon(R.drawable.ic_notification).build()
|
||||
);
|
||||
|
||||
Set<String> permissions = new HashSet<>();
|
||||
|
|
Loading…
Add table
Reference in a new issue