File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android/src/main/java/com/reactnativecommunity/webview Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public void onPermissionRequest(final PermissionRequest request) {
182
182
Uri originUri = request .getOrigin ();
183
183
String host = originUri .getHost ();
184
184
// TODO: RESOURCE_MIDI_SYSEX, RESOURCE_PROTECTED_MEDIA_ID.
185
- String alertMessage = String .format ("Allow this " + host + " to use your " + requestPermissionIdentifier + "?" );
185
+ String alertMessage = String .format ("Allow " + host + " to use your " + requestPermissionIdentifier + "?" );
186
186
if (androidPermission != null ) {
187
187
if (ContextCompat .checkSelfPermission (this .mWebView .getThemedReactContext (), androidPermission ) == PackageManager .PERMISSION_GRANTED ) {
188
188
AlertDialog .Builder builder = new AlertDialog .Builder (this .mWebView .getContext ());
You can’t perform that action at this time.
0 commit comments