How to open application permission window in app settings programmatically [duplicate]

This is not possible. You can open the App settings screen but not the permissions setting screen.

Refer to this question for more explanations.

Here I am sharing code to open application setting screen,

Intent intent = new Intent();
intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
Uri uri = Uri.fromParts("package", activity.getPackageName(), null);
intent.setData(uri);
context.startActivity(intent);

For more you can refer Open Application Settings Screen Android

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)