Jump to content

Android 12 dev preview


John Titor

Recommended Posts

@andrewilley google seem determined to get rid of the external sdcard.  With android10 they had screwed things (up badly) down so much that they had to release android 11 to repair the potential damage. For example, lots of apps use libraries from other developers.They quickly realised that unless all developers updated their code, around 90% of apps would stop working. This was never going to happen. As an example, my app NPM uses the jid3 library which alows editing of mp3 tags.This library s quite old and has not seen any development for a long time so not allowing certain file io operations would kill this functionality. 

With android 11 you cannot generally write anywhere, only inside the app's own folder structure (/data/app name) File managers etc will require special permissions and google approval. I suspect this time they relax sdcard access a little more.

 

Link to comment
Share on other sites

From my experience, it's not worth to do anything for these early previews or even betas as Google rolls many breaking changes back or provides workaround. For example, for Q betas they changed file access APIs 3 times during preview-beta-release cycle.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...