Hi there ,
Cant seem to get this to run on Android 14. Seems like there is no way to give the permissions in the phone settings under apps or security etc.
Is this a known issue?
Hi there ,
Cant seem to get this to run on Android 14. Seems like there is no way to give the permissions in the phone settings under apps or security etc.
Is this a known issue?
I don’t see any issues over on their git related to this.
the procedure is made complicated by Google
did you follow the in-app guide? where did you get stuck? pics?
I just tested and worked fine on AOSP 14
Hi , ok I seem to get stuck after this point
I click on the red disabled. This takes me here ;
Then I tap on " installed apps" taking me to here ;
As you can see it all seems greyed out.
Clicking on any greyed out bit gives this ;
So I follow those directions going to settings , apps , digipaws
And thats where im stuck. Any ideas ? Maybe im missing something obvious. Exscuse multiple posts , im only allowed post 1 picture per post
I have merged your posts. Suggest in parallel raise this query in the github issues.
Hello,
It seems that Android doesn’t make it easy for users to enable the “Restricted Settings” permission. The steps required can be unusual and may vary depending on the device manufacturer.
For example, on my device, the option to enable “Restricted Settings” doesn’t appear right away. I have to go to Accessibility, where a message pops up saying, “Restricted Settings must be enabled to access this option.” Only after manually pressing the OK button do the three-dot menu options appear.
Additionally, Google recently removed the app from the Play Store without providing a clear reason. This may have led to the app’s signature and package being blacklisted by Play Protect, making it even harder to enable the permission.
However, apps installed using the session-based installation API are not restricted from requesting Accessibility. This is because third-party app stores commonly use this API, and Google designed these restrictions to avoid interfering with them. It also allows users who know what they’re doing to bypass these limitations.
If you downloaded the app through an F-Droid client, please try using the official F-Droid app instead. As far as I know, it uses the session-based API, meaning you wouldn’t have to go through the lengthy process of enabling restricted settings.
Important: Make sure to install the app directly from the F-Droid app rather than downloading the APK manually. This ensures the installation happens through the session-based API, preventing unnecessary permission restrictions.
Thank you!!
In the upper right menu… what option do you have?
How do you install the app? If you install it with session installer it should work. If you install the apk directly from file manager it won’t work.
Ok thanks this fixed it , appreciate the help