I am using AIDL in my porject, I have two apk : AIDLServer and AIDLClient.
So far there is not Activity in AIDLServer(only has service), however, there are some operations need users' permission(just like Bluetooth, Location).
Under this situation, in Android 6 and above how can I get permission?(Adding a activity in AIDLServer is the only option?)