frameworks/base
Révision | d4af97c5494f0989dd1b1f6b0d25bed56a690eae (tree) |
---|---|
l'heure | 2019-12-18 10:08:13 |
Auteur | Dan Sandler <dsandler@andr...> |
Commiter | Daniel Sandler |
DO NOT MERGE: Exclude nearby_sharing_component from backup test
Fixes: 146019461
Test: atest SettingsBackupTest
Change-Id: Ieb953284f2c00d69220e776f2b628f73013140e0
@@ -732,6 +732,7 @@ public class SettingsBackupTest { | ||
732 | 732 | Settings.Secure.DOZE_WAKE_LOCK_SCREEN_GESTURE, |
733 | 733 | Settings.Secure.DOZE_WAKE_DISPLAY_GESTURE, |
734 | 734 | Settings.Secure.TAP_GESTURE, |
735 | + Settings.Secure.NEARBY_SHARING_COMPONENT, // not user configurable | |
735 | 736 | Settings.Secure.FACE_UNLOCK_RE_ENROLL); |
736 | 737 | |
737 | 738 | @Test |