android.permission-group.UNDEFINED permission
See original GitHub issueAfter installing GmsCore-v0.2.11.202414.apk
and rebooting, self-check does not allow me to grant permission to android.permission-group.UNDEFINED
on my Android 10 device. The device is rooted and the apk is in /system/priv-app/
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (3 by maintainers)
Top Results From Across the Web
Dealing with initial permissions requests in Android - Medium
The thing is that asking Android's PackageManager for the list of permission groups and the permissions inside them results in something like a ......
Read more >android.permission-group.UNDEFINED - Google Help
Hiw do I allow the following permission: android.permission-group.UNDEFINED. I have a notification from "Galaxy Watch3 PlugIn" that says "To ...
Read more ><permission-group> | Android Developers
Declares a name for a logical grouping of related permissions. Individual permission join the group through the permissionGroup attribute of the ...
Read more >[Android Q Beta] PackageManager getPermissionInfo returns ...
PERMISSION-GROUP.UNDEFINED as groupname. I tried this out with "android.permission.ACCESS_COARSE_LOCATION" and "android.permission.CAMERA" ...
Read more >Galaxy wearable not working : r/android_beta - Reddit
The app don't star and ask me to grant permission to android.permission-group.UNDEFINED. I have a galaxy S3 frontier, and it's working just ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also had this issue (perhaps because I was doing a dirty upgrade), and was able to solve it by adding the permission manually in
/data/system/users/0/runtime-permissions.xml
:I wrote some more details about it in the XDA thread. Note that the
flags=
attribute is important.Before that I also tried
pm grant com.google.android.gms android.permission.ACCESS_BACKGROUND_LOCATION
which seems to work but doesn’t fix the problem.I don’t think the location settings can be accessed from the UI at all, at least for me (Android 10, current LOS 17.1):
This just takes me to Settings → Location, where I can only go to App permission → microG Services Core and get the same modal dialog again.
Hi everyone, i make XML patcher python script (i am not programmer so it may look ugly) it make @GeographicCone patch automatically. You can download patcher here I not know how correctly and safe modify XML file in shell script, so it written on python, it mean you also need python to use this patcher, so i also make python installer magisk module. You can download python here
It my first experience of making Magisk modeles, so it may contain errors.
P.S. @GeographicCone thanks for solution, it also work for AFWall+ storage problem.