Permission android

How I can add this to .uno file ?

permission
android:name=“YOUR_PACKAGE_NAME.permission.C2D_MESSAGE”
android:protectionLevel=“signature” />

I do native android code .

Hi basma,

you can take a look at how install-time permissions are added over here.

That same library also does run-time permissions request which can be seen over here.

Hope this helps!