Skip to content

Commit

Permalink
Removed old Google icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem13327 committed Aug 29, 2024
1 parent 108bd88 commit 5a0bf0e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
android:protectionLevel="signature" />

<permission-tree
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"
android:icon="@drawable/proprietary_auth_ic_scope_icon_default" />
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />

<permission
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.cp"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:layout_height="wrap_content">

<ImageView
android:src="@drawable/proprietary_auth_ic_scope_icon_default"
android:src="@mipmap/ic_app"
android:id="@android:id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Expand Down
4 changes: 2 additions & 2 deletions play-services-core/src/main/res/xml/authenticator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
android:accountPreferences="@xml/preferences_auth"
android:accountType="com.google"
android:customTokens="true"
android:icon="@drawable/proprietary_auth_gls_ic_google_selected"
android:smallIcon="@drawable/proprietary_auth_gls_ic_google_minitab_selected"
android:icon="@mipmap/ic_app"
android:smallIcon="@mipmap/ic_app"
android:label="@string/google_account_label" />

0 comments on commit 5a0bf0e

Please sign in to comment.