OSDN Git Service

Update Security & screen lock preference
authorDoris Ling <dling@google.com>
Thu, 16 Feb 2017 01:49:18 +0000 (17:49 -0800)
committerDoris Ling <dling@google.com>
Tue, 21 Feb 2017 22:55:25 +0000 (14:55 -0800)
commit81610543a9d26cf52a4b8aad0bbdde4aa010e197
treeb315b3cb2089ceb7e4e4ccd2b60d35b092a08b13
parentd72b6cc1e9598dd1b1c4421f873b25d7cad75313
Update Security & screen lock preference

- change password category title to Privacy and move Location into it.
- remove Advanced security preference category
- remove SIM card preference category and move the SIM card lock
  preferece down.
- move Encryption and Credential settings to a separate screen.

Bug: 34976707
Test: make RunSettingsRoboTests
Change-Id: Iebaba4a8aad135fa88f163de0b60b488fd9510d0
AndroidManifest.xml
res/values/strings.xml
res/xml/encryption_and_credential.xml [new file with mode: 0644]
res/xml/security_settings_misc.xml
src/com/android/settings/EncryptionAndCredential.java [new file with mode: 0644]
src/com/android/settings/SecuritySettings.java
src/com/android/settings/core/gateway/SettingsGateway.java
src/com/android/settings/location/LocationPreferenceController.java [new file with mode: 0644]
src/com/android/settings/location/LocationSettings.java
src/com/android/settings/search/SearchIndexableResources.java
tests/robotests/src/com/android/settings/location/LocationPreferenceControllerTest.java [new file with mode: 0644]