WeAreFairphone / FP2-Launcher

Fork of the launcher originally designed for the Fairphone 2, featuring Edge Swipe and Apps Life Cycle
https://forum.fairphone.com/t/publishing-fairphone-specific-apps-launcher-contact-widget-on-f-droid/28008
Other
25 stars 2 forks source link

Conflicting permissions #6

Closed Rudloff closed 6 years ago

Rudloff commented 6 years ago

Hello,

This app can't be installed on Fairphone OS:

Package community.fairphone.fplauncher3 attempting to redeclare permission com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST already owned by com.fairphone.fplauncher3

Or on LineageOS:

Package community.fairphone.fplauncher3 attempting to redeclare permission com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST already owned by com.cyanogenmod.trebuchet

(And probably on some other Android ROMs too.)

This is because the com.android.launcher3.permission.* permissions are already used by most default launchers (because most of them are forks of the AOSP launcher).

Would it be possible to rename the permissions to something else?

Roboe commented 6 years ago

Hey, thank you for adding the app to the F-Droid repo. As you can observe, we are not actively maintaining these Fairphone apps's repos for a while.

As you look interested in improving them, I invited you to join the organization into the @WeAreFairphone/features-maintainers team. Feel free to work on them (including #5), but please keep opening issues for every matter and work with PRs —that way we will be notified with changes and eventualy join you or help with some. Welcome! :smiley:

ildar commented 6 years ago

Good to see the fix is ready. Please ETA to F-Droid? Thanks!