Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing permissions for launcher3[BUG] #67

Open
7 tasks done
joshi3 opened this issue Jun 12, 2023 · 2 comments
Open
7 tasks done

Missing permissions for launcher3[BUG] #67

joshi3 opened this issue Jun 12, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@joshi3
Copy link

joshi3 commented Jun 12, 2023

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

  1. enable parallel space
  2. add chat apps (i tested on whatsapp)
  3. do setup
  4. try to swipe up for recents

Expected Behavior

It should work normally

Current Behavior

FC without this permission

Relevant log (logcat/build log)

I didnt save logs

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

  • I have searched the existing issues before creating a new one.
  • I have provided a clear and concise title for the issue.
  • I have filled out all the relevant sections above.
  • I have attached any necessary screenshots or files.
  • I have tested the latest BlissRoms version to confirm if the issue still exists.
  • I have filled out all of the requested information in this issue properly.
  • I am willing to provide additional information or test steps if requested.
@joshi3 joshi3 added the bug Something isn't working label Jun 12, 2023
@joshi3 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
@joshi3
Copy link
Author

joshi3 commented 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

@StudioKeys
Copy link
Member

I will see it up and just check if u face the same on 16.8 too
Thanks for the report :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants