John Titor Posted February 19, 2021 Share Posted February 19, 2021 Wohoo! First Android 12 developer preview is here. I haven't seen much changes in the first preview. Looks like they added a haptic feedback generator thingy. 🤔😅 I wonder if there is any more improvements over audio output output or in that area. Link to comment Share on other sites More sharing options...
andrewilley Posted February 19, 2021 Share Posted February 19, 2021 I wonder what they will have broken this time. Andre Link to comment Share on other sites More sharing options...
flyingdutchman Posted February 19, 2021 Share Posted February 19, 2021 @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 More sharing options...
John Titor Posted February 19, 2021 Author Share Posted February 19, 2021 Looks like they pretty much broke foreground service and touch events already. 😅😂 https://developer.android.com/about/versions/12/behavior-changes-all Link to comment Share on other sites More sharing options...
maxmp Posted February 20, 2021 Share Posted February 20, 2021 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now