Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How to ask for runtime permission

$
0
0

Hi,
I'm trying to get a SetTime runtime permission this way

if (CheckSelfPermission(Manifest.Permission.SetTime) != Permission.Granted)
{
    RequestPermissions(new String[] { Manifest.Permission.SetTime }, 101);
}

but it doesn't show any dialog
any help?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>