0

According to Android 11 Documentation, the app-specific data should be stored in app specific storage. This is the location where the app has full access to read/write/manage. In Xamarin.Forms which Special Folder does it correspond to : Environment.SpecialFolder.Personal or Environment.SpecialFolder.MyDocuments or some other Folder altogether?

Megha
  • 1
  • 1
  • What you ask for has no connection with the scoped storage. That is something very different. – Ivan Ičin Feb 17 '21 at 12:04
  • @Ivan Ičin, Asking which directory to use for scoped storage has everything to do with scoped storage – blackapps Feb 17 '21 at 12:07
  • @blackapps "According to Android 11 Documentation, the app-specific data should be stored in app specific storage." This is the question it is entirely valid, but it has nothing with scoped storage. Do you know what is scoped storage at all? – Ivan Ičin Feb 17 '21 at 12:12
  • Heard about it. Its pretty much using app specific storage only. It brings nothing new. Its no feature. Its only a restriction. – blackapps Feb 17 '21 at 12:13
  • @blackapps why do you comment if your knowledge is at the level of 'heard of it'? – Ivan Ičin Feb 17 '21 at 12:14
  • Well it looked to me that you had not heard of it at all. Or certainly did not understood the thing. – blackapps Feb 17 '21 at 12:17
  • With scoped storage enabled, no permissions are required to access files created by your own application (whether the files are created in internal storage or external storage). – Leo Zhu Feb 18 '21 at 02:45
  • Read this: https://stackoverflow.com/a/66366102/9917404 – Thoriya Prahalad Feb 25 '21 at 09:54

0 Answers0