From 3974e603acb42ba64199df97580fc017b0c21d94 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 24 Jul 2015 16:23:23 -0700 Subject: Added the content description for the fingerprint icon Added a content description for the fingerprint icon, which should be used throughout the platform. Bug: 22616421 Change-Id: I8d65a568af926a692fd6be3e27d40b5d2dd6cbb1 --- api/current.txt | 1 + api/system-current.txt | 1 + core/res/res/values/public.xml | 2 ++ core/res/res/values/strings.xml | 3 +++ 4 files changed, 7 insertions(+) diff --git a/api/current.txt b/api/current.txt index 462ca0a..3843fe8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1807,6 +1807,7 @@ package android { field public static final int defaultVoiceMailAlphaTag = 17039364; // 0x1040004 field public static final int dialog_alert_title = 17039380; // 0x1040014 field public static final int emptyPhoneNumber = 17039366; // 0x1040006 + field public static final int fingerprint_icon_content_description = 17039384; // 0x1040018 field public static final int httpErrorBadUrl = 17039367; // 0x1040007 field public static final int httpErrorUnsupportedScheme = 17039368; // 0x1040008 field public static final int no = 17039369; // 0x1040009 diff --git a/api/system-current.txt b/api/system-current.txt index d6e3c03..1a33cbc 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -1905,6 +1905,7 @@ package android { field public static final int defaultVoiceMailAlphaTag = 17039364; // 0x1040004 field public static final int dialog_alert_title = 17039380; // 0x1040014 field public static final int emptyPhoneNumber = 17039366; // 0x1040006 + field public static final int fingerprint_icon_content_description = 17039384; // 0x1040018 field public static final int httpErrorBadUrl = 17039367; // 0x1040007 field public static final int httpErrorUnsupportedScheme = 17039368; // 0x1040008 field public static final int no = 17039369; // 0x1040009 diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 568e61e..85b6c12 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2652,4 +2652,6 @@ + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 35c1f0e..a45a0fa 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1221,6 +1221,9 @@ + + Fingerprint icon + read sync settings -- cgit v1.1