Fixed
Status Update
Comments
ze...@google.com <ze...@google.com>
je...@google.com <je...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
dr...@gmail.com <dr...@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.
je...@google.com <je...@google.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 !
dr...@gmail.com <dr...@gmail.com> #5
This affects my accessibility app (Digilux) that lets users launch activities from the accessibility button provided in Android O.
dr...@gmail.com <dr...@gmail.com> #7
Google should be supporting and encouraging automation app developers and users, not limiting us!
je...@google.com <je...@google.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?
Description
I'm attempting to move my Gradle plugins to the AGP published here which shows a Gradle plugin that configures Checkstyle on Android modules (the Detekt use case is almost identical).
gradle-api
artifact and one blocker is configuring static analysis tools such as Checkstyle and Detekt. I have an example repoThe core issue is that both the which takes a
Checkstyle
andDetekt
tasks extend Gradle'sSourceTask
FileTree
as input for the source files it will process. I don't see a good way to get this from the new AGP APIs that are exposed in thegradle-api
artifact.Last tested with AGP 8.0.0-alpha10