Assigned
Status Update
Comments
vi...@google.com <vi...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
eg...@gmail.com <eg...@gmail.com> #3
This also affects payment apps that start activity from HCE service when user taps the phone on NFC terminal, like our company's Wave2Pay or even your own Google Pay.
zh...@gmail.com <zh...@gmail.com> #4
Please don't harm automation apps, at least allow foreground services : this is affect a lot of app (include mine, Tasker, MacroDroid, ...)
You take down SMS & Call Log permissions, now you take down all entire automation apps.
This will ruin a lot of apps, and developers life...
Please reconsider your decision or propose an alternative !
You take down SMS & Call Log permissions, now you take down all entire automation apps.
This will ruin a lot of apps, and developers life...
Please reconsider your decision or propose an alternative !
re...@gmail.com <re...@gmail.com> #5
This affects my accessibility app (Digilux) that lets users launch activities from the accessibility button provided in Android O.
xa...@google.com <xa...@google.com> #7
Google should be supporting and encouraging automation app developers and users, not limiting us!
ma...@gmail.com <ma...@gmail.com> #8
Agree. We have a remote control automation app but the user is always in control of the launch of activities from the remote. Can Google not consider allowing the user to enable/disable this from the security tab and or insist that a foreground service with a persistent notification is exempt?
xa...@google.com <xa...@google.com> #9
Once again, thank you for submitting the feature request. After following up with our product and engineering teams, the feature request will not be considered at this time.
Note that the final Android 10 release incorporated several exceptions to when activity starts are allowed from the background - see here:https://developer.android.com/guide/components/activities/background-starts#exceptions
Note that the final Android 10 release incorporated several exceptions to when activity starts are allowed from the background - see here:
ma...@gmail.com <ma...@gmail.com> #10
@9 What about backward compatibility?
Why not present a new permission that will ask the user if it's ok for this app to open the Activity in the background?
This way you can still avoid breaking apps, while letting the user know about it.
Why not present a new permission that will ask the user if it's ok for this app to open the Activity in the background?
This way you can still avoid breaking apps, while letting the user know about it.
Description
AGP: 4.1.0
I want to configure Checkstyle tool for all java sources. With older plugin version I was able to call
Deprecation warning suggests I should use
com.android.build.api.dsl.AndroidSourceSet
class instead, which doesn't exposesrcDirs
anymore. If there is another way accessing it it would be nice to have a deprecation warning on thesrcDirs
property tooExpected result: I'm able to access
java
srcDirs without Deprecation warningActual Result: I able to obtain all java source directories only with a deprecatior warning