Android - 自定义权限通知对话框

Android - custom permission notice dialog

如何用我自己的对话框替换系统权限(例如GPS)的系统通知对话框?非常感谢!

不能..

这是 android 权限文档:

When your app calls requestPermissions(), the system shows a standard dialog box to the user. Your app cannot configure or alter that dialog box. If you need to provide any information or explanation to the user, you should do that before you call requestPermissions(), as described in "Explain why the app needs permissions".

更多详情: http://developer.android.com/training/permissions/requesting.html