rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Making GET_ACCOUNTS permission optional #102

Open caneroncu opened 7 years ago

caneroncu commented 7 years ago

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.

ndesorden commented 7 years ago

+1