0

In android we use system permission but how can I create a new permission in an application, to be used by other applications.

blackfyre
  • 2,549
  • 5
  • 39
  • 58

1 Answers1

0

You can use the <permission> tag for that. This page clearly explains how you can do it.

Erol
  • 6,478
  • 5
  • 41
  • 55