Partial Revert "Do not show account selection dialog, if there is only 1 account"

This reverts commit baa954eb20.

Reason for revert: If user has multiple accounts on microG but chooses to login
using one of them, they will not be prompted again for selecting accounts again as
Aurora Store can only see the permitted account from the first time.
This commit is contained in:
Aayush Gupta
2025-01-01 12:05:14 +07:00
parent ea2f4b177a
commit fbc6a13018
2 changed files with 5 additions and 21 deletions

View File

@@ -46,8 +46,6 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission
android:name="android.permission.USE_CREDENTIALS"
android:maxSdkVersion="22" />