Braze Web View Activity
Note that this Activity is not and should not be exported by default in the AndroidManifest so external applications are not able to pass arbitrary URLs via this intent.
From https://developer.android.com/guide/topics/manifest/activity-element#exported -> "If "false", the activity can be launched only by components of the same application or applications with the same user ID."
Properties
Functions
Creates the WebChromeClient for the WebView. Override to customize console logging or video poster behavior.
Creates the WebViewClient for the WebView. Override to customize URL interception, navigation, or render crash handling.
Helper method for checking if a permission is allowed. In case of error the permission is reported as denied.
Requests the push permission prompt to be shown if on Android API 13+ and the push permission hasn't already been granted.
Safely calls Activity.setRequestedOrientation.