From 49e057d7eedb44f5397781254acab4e0ef08a9cf Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Wed, 13 Aug 2014 17:14:51 +0200 Subject: Play "device trusted" sound when onTrustInitiatedByUser fires Bug: 16840500 Change-Id: I73fbe5c2cff665ccb637abb9039d57f377d9df53 --- core/java/android/provider/Settings.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/java/android/provider') diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index cfa7ae7..20e26e6 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -5132,6 +5132,13 @@ public final class Settings { public static final String UNLOCK_SOUND = "unlock_sound"; /** + * URI for the "device is trusted" sound, which is played when the device enters the trusted + * state without unlocking. + * @hide + */ + public static final String TRUSTED_SOUND = "trusted_sound"; + + /** * URI for the low battery sound file. * @hide */ -- cgit v1.1