Rupesh Mahajan

Results 2 comments of Rupesh Mahajan

I'm having same issue. I solved using Intent myIntent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION); myIntent.setData(Uri.parse("package:" + getPackageName())); startActivityForResult(myIntent, APP_PERMISSIONS); But still stand out window not showing for oreo.

Thank you sir, Now, any suggestions for how can i access Data Manager instance in service class. On Wed, Feb 7, 2018 at 5:29 PM, AMIT SHEKHAR wrote: > I...