Compare commits
2 commits
bb281ab7e0
...
414a94cb2f
Author | SHA1 | Date | |
---|---|---|---|
414a94cb2f | |||
e585a89657 |
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