Skip to content

Commit

Permalink
Fix account setting crash under Android < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Sep 11, 2023
1 parent 16c9b98 commit 1100129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions play-services-core/src/main/res/xml/preferences_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:key="legacy"
android:title="Legacy settings">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="org.microg.gms.ui.LegacyAccountSettingsActivity"
android:targetPackage="com.google.android.gms" />
</PreferenceScreen>
Expand Down

0 comments on commit 1100129

Please sign in to comment.