There was an error while loading. Please reload this page.
312a0a8
Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); Uri uri = Uri.fromParts("package", getActivity().getPackageName(), null); intent.setData(uri); Activity.startActivityForResult(intent, REQEUSTCODE);