In my application I have to toggle the user between silent and normal ring modes
Before calling the AudioManager.setRingerMode(int ringerMode), I was requesting the android.permission.ACCESS_NOTIFICATION_POLICY
permission & checking notification.isNotificationPolicyAccessGranted
It is working fine on most of the devices but not working on OnePlus devices alone.
Please help me to fix this issue.