0

I am working with Marshmallow's Permission in android Wear. I got reference from developer site for permission request in Android wear.

I have well experienced with handset Permission request. But I still confuse How can I use in Android wear?

I referred following link http://developer.android.com/training/articles/wear-permissions.html#aic

I imagine that there is a same functionality of Permission request as handset.

Am I right?

Harsh Patel
  • 657
  • 11
  • 26

1 Answers1

1

Yes, you're right. :^) By and large, it works the same on the watch as on a handheld - at this level, they're both just Android Marshmallow. The dialog presented to the user is different, of course, but the API is identical.

enter image description here

Edit: it's also worth checking out the doc page on Wear permissions, if you haven't already. There are some good details there.

Sterling
  • 6,365
  • 2
  • 32
  • 40