xamarin-plugins icon indicating copy to clipboard operation
xamarin-plugins copied to clipboard

Making GET_ACCOUNTS permission optional

Open caneroncu opened this issue 8 years ago • 1 comments

The statement below (inside AssemblyInfo.cs) is not needed for devices higher 4.0.3 [assembly: UsesPermission(Name = "android.permission.GET_ACCOUNTS")]

Maybe making it optional by device version is the best option? Since it is a pretty "eyebrow raising" permission, might make users worry about their private data.

caneroncu avatar Jan 14 '17 17:01 caneroncu

+1

ndesorden avatar Jun 13 '17 12:06 ndesorden