Open
Description
Code of conduct
- I have read and agree to adhere to the Code of Conduct
Self-training on how to write a bug report
- I have learned how to write a bug report
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I uninstalled com.google.android.gms with adb, and now whenever I open up Session, after authenticating with biometrics, the app automatically closes. Reinstalling com.google.android.gms makes the app work again, which confirms that the lack of com.google.android.gms is what is causing the issue.
Expected Behavior
Android phones without Google Play Services should be able to run Session. I understand that some people want to have fast notifications using Google's servers, but it is quite ridiculous that a privacy messenger would require Google Play Services to start at all, even if one chooses not to use fast notifications.
Steps To Reproduce
- Uninstall Google Play Services using adb (open up adb shell and run
pm uninstall --user 0 com.google.android.gms
; don't just disable it) - Open Session
- App crashes
Android Version
13
Session Version
1.18.1
Anything else?
No response