• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révisiond4af97c5494f0989dd1b1f6b0d25bed56a690eae (tree)
l'heure2019-12-18 10:08:13
AuteurDan Sandler <dsandler@andr...>
CommiterDaniel Sandler

Message de Log

DO NOT MERGE: Exclude nearby_sharing_component from backup test

Fixes: 146019461
Test: atest SettingsBackupTest
Change-Id: Ieb953284f2c00d69220e776f2b628f73013140e0

Change Summary

Modification

--- a/core/tests/coretests/src/android/provider/SettingsBackupTest.java
+++ b/core/tests/coretests/src/android/provider/SettingsBackupTest.java
@@ -732,6 +732,7 @@ public class SettingsBackupTest {
732732 Settings.Secure.DOZE_WAKE_LOCK_SCREEN_GESTURE,
733733 Settings.Secure.DOZE_WAKE_DISPLAY_GESTURE,
734734 Settings.Secure.TAP_GESTURE,
735+ Settings.Secure.NEARBY_SHARING_COMPONENT, // not user configurable
735736 Settings.Secure.FACE_UNLOCK_RE_ENROLL);
736737
737738 @Test