Skip to content
New issue

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

Update NativeSettingsPlugin.java #17

Closed
wants to merge 1 commit into from
Closed

Update NativeSettingsPlugin.java #17

wants to merge 1 commit into from

Conversation

Zack-Heisnberg
Copy link

Added 3 Methods for android

-- checkPermission()
you can get with it
"BatteryOptimizations" ,to check if the application isBackgroundRestricted;
"Connectivity", check if the data restriction
"Notification", check if notification are Enabled

--openNotification
open notification settings if Notification for the app

--openBackground
open BACKGROUND_DATA_RESTRICTIONS_SETTINGS

Added 3 Methods for android

-- checkPermission()
you can get with it 
      "BatteryOptimizations" ,to check if the application isBackgroundRestricted;
     "Connectivity", check if the data restriction
      "Notification", check if notification are Enabled

--openNotification
open notification settings if Notification for the app

--openBackground
open BACKGROUND_DATA_RESTRICTIONS_SETTINGS
@RaphaelWoude
Copy link
Owner

Thank you for your contribution. Would you be able to fix the linting errors & prettier?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants