Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4254383b authored by Joseph Pirozzo's avatar Joseph Pirozzo
Browse files

Disable Account Authenticator

Conditionally disable account authenticator when pbap client service is
unavailable.

Bug: 27689917
Change-Id: Ia215b40805568e10f44b6c784abbfd9d39586bdf
parent b874a1d1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -359,7 +359,10 @@
            </intent-filter>
        </service>
        <!-- Authenticator for PBAP account. -->
        <service android:name=".AuthenticationService" android:exported="true">
        <service
            android:name=".AuthenticationService"
            android:exported="true"
            android:enabled="@bool/profile_supported_pbapclient">
            <intent-filter>
                <action android:name="android.accounts.AccountAuthenticator" />
            </intent-filter>