I am using Gradle Plugin 3.0.0 to build one module to create one released AAR
file.
There are some dependent libraries for this module and they are local jar files.
What I want to do is to include all the jar files into the output AAR files and
make some application import this AAR as a independe
I am making a third-party library on Android for other coders.
The Android 6.0 makes all permissions requested by run-time, and it should
depend on Activity when you request permissions or get callback.
But for my library I only have Context, so how could I request permissions
in this case?
I wa
2 matches
Mail list logo