Service.prepare(...) doesn't save the given Permission #1683
-
Hey Guys, i have the following problem. I'm using the AIDL-API from this App to controll the VPN directly. But I get asked every time if trust my App to controll OpenVPN for Android. In the exmaple app i get asked once as it should be. This is my calling CodeFragment (Kotlin). The Code is from the example App which is provided here:
Does anyone have an idea whats the problem here? Am i missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does this also happen for the example app? Also in your previous revision you had not your package name as argument for the |
Beta Was this translation helpful? Give feedback.
Does this also happen for the example app? Also in your previous revision you had not your package name as argument for the
.prepare
argument. IIrc you need your package name instead.