We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we request any permission with the default android implementation the dialog looks like this:
Statusbar and navigationbar is here transparent.
If we request the notification permission with the OneSignal implementation the dialog looks like this:
Why the difference? Can this please be improved? The lines of the OneSignal Activity are here:
<activity android:name="com.onesignal.core.activities.PermissionsActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="false" />
Just use the OneSignal code "OneSignal.Notifications.requestPermission(false)"
A better style for the theme like the default android permission dialogs!
5.1.23
14
All
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
If we request any permission with the default android implementation the dialog looks like this:

Statusbar and navigationbar is here transparent.
If we request the notification permission with the OneSignal implementation the dialog looks like this:

Why the difference? Can this please be improved?
The lines of the OneSignal Activity are here:
Steps to reproduce?
What did you expect to happen?
A better style for the theme like the default android permission dialogs!
OneSignal Android SDK version
5.1.23
Android version
14
Specific Android models
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: