Skip to content

Instantly share code, notes, and snippets.

@Divya1425
Last active August 31, 2017 13:19
Show Gist options
  • Save Divya1425/956565ec2f1b1a51fa503b4095edd072 to your computer and use it in GitHub Desktop.
Save Divya1425/956565ec2f1b1a51fa503b4095edd072 to your computer and use it in GitHub Desktop.

Common

Breaking Changes

In our previous releases, following permissions have been enabled in some of our controls by default. Now, these permissions have been removed from our assemblies as it is intended to be added in your application as needed.

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

[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]

Hence, you need to add Android.Manifest.Permission.WriteExternalStorage permission explicitly in your application, if you have used following features in our controls.

  • SfDataGrid - Exporting to Excel and PDF feature needs WriteExternalStorage permission to save the file.
  • SfChart - SavsAsImage feature needs WriteExternalStorage permission to save the image.
  • SfImageEditor - needs WriteExternalStorage permission to save the edited image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment