0

How to change "Allow 'appname' to take pictures and record video?" android native permission message to "Allow 'appname' to take pictures for 'functionality name' " custom message?

Is that even possible?

poerking
  • 21
  • 1
  • Does this answer your question? [How can I customize permission dialog in Android?](https://stackoverflow.com/questions/33266328/how-can-i-customize-permission-dialog-in-android) – greeble31 Jan 10 '20 at 20:45
  • Also see [this part of the documentation](https://developer.android.com/training/permissions/requesting.html#explain) – greeble31 Jan 10 '20 at 20:46

1 Answers1

0

Using requestPermissions() is not allowing to change the native permission message.

naggab
  • 371
  • 4
  • 18