From f4b136a78a8a61373bc6cbd263b107bf91bd33dc Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Wed, 8 May 2019 14:31:38 +0900 Subject: Change the icon for the captive portal login app. Looks like https://screenshot.googleplex.com/6n4Cf3LRv4A Icon comes from frameworks/base/core/res/res/drawable/stat_notify_wifi_in_range.xml Test: manual Bug: 29924821 Change-Id: I378fdb2d493fb8598c3e4fa98e100696c72f88ea --- packages/CaptivePortalLogin/AndroidManifest.xml | 1 + .../CaptivePortalLogin/res/drawable/app_icon.xml | 26 +++++++++++++++++++++ .../CaptivePortalLogin/res/drawable/maybe_wifi.xml | 27 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 packages/CaptivePortalLogin/res/drawable/app_icon.xml create mode 100644 packages/CaptivePortalLogin/res/drawable/maybe_wifi.xml diff --git a/packages/CaptivePortalLogin/AndroidManifest.xml b/packages/CaptivePortalLogin/AndroidManifest.xml index ffd4d9d9acc6..0a03425f4699 100644 --- a/packages/CaptivePortalLogin/AndroidManifest.xml +++ b/packages/CaptivePortalLogin/AndroidManifest.xml @@ -31,6 +31,7 @@ + + + + + + + + + diff --git a/packages/CaptivePortalLogin/res/drawable/maybe_wifi.xml b/packages/CaptivePortalLogin/res/drawable/maybe_wifi.xml new file mode 100644 index 000000000000..207aade406ef --- /dev/null +++ b/packages/CaptivePortalLogin/res/drawable/maybe_wifi.xml @@ -0,0 +1,27 @@ + + + + + -- cgit v1.2.3-59-g8ed1b