diff options
| author | 2019-01-24 14:55:03 -0800 | |
|---|---|---|
| committer | 2019-01-28 16:34:40 -0800 | |
| commit | 70bcf38e2cf27cfcd920ebf17500fa97478dc0d0 (patch) | |
| tree | 346030ec40a128b8eb135eba43a206175fa56bfd /libs/androidfw/ZipFileRO.cpp | |
| parent | d45ffc7977d33239151a7071393013491927b3e7 (diff) | |
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
Diffstat (limited to 'libs/androidfw/ZipFileRO.cpp')
0 files changed, 0 insertions, 0 deletions