Felipe Leme
70bcf38e2c
Moved Content Capture settings to DeviceConfig.
To test, manually played with 'adb shell device_config'. Examples:
$ adb shell device_config list content_capture
$ adb shell device_config delete content_capture enable_contentcapture
$ adb shell stop && adb shell start
$ adb shell service check content_capture
Service content_capture: not found
$ adb shell device_config put content_capture enable_contentcapture always
$ adb shell stop && adb shell start
$ adb shell service check content_capture
Service content_capture: found
Then ran CTS and FrameworkCoreTests below...
Test: atest CtsContentCaptureServiceTestCases \
FrameworksCoreTests:android.provider.SettingsBackupTest#secureSettingsBackedUpOrBlacklisted
Test: m update-api
Bug: 121037717
Bug: 121153631
Change-Id: Ib93bf8181253228ccbdb3edbd84c5d0431c84eb4
2019-01-28 16:34:40 -08:00
..
2019-01-10 15:53:25 -08:00
2019-01-28 00:35:46 -08:00
2019-01-11 02:21:45 +00:00
2019-01-24 23:29:02 +00:00
2019-01-21 15:44:53 +08:00
2019-01-28 15:03:43 +00:00
2019-01-28 11:08:00 +00:00
2019-01-21 14:09:51 -08:00
2019-01-12 00:11:27 -08:00
2019-01-25 15:26:41 -05:00
2019-01-16 15:30:35 +00:00
2019-01-25 15:26:41 -05:00
2019-01-28 16:34:40 -08:00
2019-01-23 09:47:56 -08:00
2019-01-28 22:49:36 +00:00
2019-01-12 02:27:03 -08:00
2019-01-11 15:07:20 +00:00