1087-Block_multiple_ecloud_account_login
Description
User can add multiple /e/cloud account in his device. This MR blocks new /e/ cloud account entry when there is already an /e/ account configured.
Issue(s)
Test environment
-
Remove account manager app from device via adb commands.
adb remount adb shell rm -rf /system/app/AccountManager/AccountManager.apk adb reboot
-
Download apk from https://gitlab.e.foundation/e/os/AccountManager/-/jobs/285974/artifacts/file/app/build/outputs/apk/standard/debug/app-standard-debug.apk.
-
Install apk in your device
Test procedures
- Go to Settings app->Accounts->Add account->/e/
- Login with an existing /e/ account.
- Again go to Settings app->Accounts->Add account->/e/
- A alert should pop up saying
You can configure only one ecloud account on your device
& prevent the login process (back press/ clicking on the screen should not work) - Press
ok
button will navigate you to previous page
Technical details
Screenshots
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation