Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Remove WRITE_EXTERNAL_STORAGE from maps (#12698) fixes #12680
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Nov 2, 2020
1 parent 58506db commit e2197ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
[assembly: ComVisible(false)]

[assembly: UsesPermission(Manifest.Permission.Internet)]

// For debug purposes. Probably won't be needed once we get to 16-9
// https://github.com/xamarin/xamarin-android/issues/5247#issuecomment-719481786
#if DEBUG
[assembly: UsesPermission(Manifest.Permission.WriteExternalStorage)]
#endif
[assembly: ExportRenderer(typeof(Map), typeof(MapRenderer))]
[assembly: Preserve]

0 comments on commit e2197ba

Please sign in to comment.