Install /e/ on a Fairphone FP4 - “FP4” (beta)

You can try it, I uploaded it here.
I see two problems:

  • It depends on Google Photos, IIRC
  • Maybe needs to be a system app (could be solved with Magisk)

Edit: Here’s the relevant part in the manifest:

<queries>
        <package android:name="com.google.android.apps.photos"/>
        <package android:name="com.google.android.googlequicksearchbox"/>
    </queries>

Not sure if that means that’s a hard dependency :thinking:


Edit 2: The documentation on <queries> doesn’t make this any clearer for me, maybe someone with Android packaging experience can answer that :slightly_smiling_face: