You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshi3
changed the title
Missing permissions for launcher3[BUG] <!-- Add your summary of the bug faced here -->
Missing permissions for launcher3[BUG]
Jun 12, 2023
permission name="android.permission.INTERACT_ACROSS_USERS_FULL" this goes in privapp whitelist
uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" this goes in manifest common
I dont know y it is not displaying this in possible solution
Issue type
Source code related
Device
phoenix
Bliss build
16.7-unofficial
Bug Description
Without this permission when we create parallel space and add apps like whatsapp, launcher will fc
Steps to reproduce
Expected Behavior
It should work normally
Current Behavior
FC without this permission
Relevant log (logcat/build log)
Screenshots or videos
dont have
Possible Solution
add this
in
https://github.com/BlissRoms/platform_packages_apps_Launcher3/blob/typhoon/AndroidManifest-common.xml#L49
add this
in
https://github.com/BlissRoms/platform_packages_apps_Launcher3/blob/typhoon/privapp_whitelist_com.android.launcher3-ext.xml#L23
Acknowledgements
The text was updated successfully, but these errors were encountered: