mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Update camera permission UI for voice calls.
This commit is contained in:
committed by
Cody Henthorne
parent
a99db2b16e
commit
b36b00a11c
@@ -113,6 +113,10 @@ public class Permissions {
|
||||
return withRationaleDialog(null, title, details, true, headers);
|
||||
}
|
||||
|
||||
public PermissionsBuilder withRationaleDialog(@NonNull String title, @NonNull String details, boolean cancelable, @NonNull @DrawableRes int... headers) {
|
||||
return withRationaleDialog(null, title, details, cancelable, headers);
|
||||
}
|
||||
|
||||
public PermissionsBuilder withRationaleDialog(@Nullable String message, @Nullable String title, @Nullable String details, boolean cancelable, @NonNull @DrawableRes int... headers) {
|
||||
this.rationalDialogHeader = headers;
|
||||
this.rationaleDialogMessage = message;
|
||||
|
||||
Reference in New Issue
Block a user