| And with this, they just killed all actual apps for Android. Anything you can do with an app you can do as well with a website. Any actual app, not just a website in form of an app, which did computational task, data recording, or kept services available, is impossible to create now. Run tracking app that doesn’t require you uploading your GPS data to Google Fit? Impossible. Messaging app that doesn’t route all your private messages through Google Cloud Messaging? Impossible. EDIT: before downvoting, read the comment below from morsch, he and I explained there pretty well the issues. |
All Google did is restrict what apps can do in the background, and announced that there will be further restrictions in the future: all background tasks will have to be done through the JobScheduler API.
This does not prevent apps from doing stuff in the background, it just prevents them from doing whatever they want, whenever they want -- they will have to follow the proper procedure.