-- 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