Fix the build.

This fixes a bad merge in LockSettingsService.

Change-Id: I941bae77446dd0e94f409f0d64330ca5391f8efa
This commit is contained in:
Jim Miller
2013-04-23 18:34:46 -07:00
parent 4c78306617
commit a3b5bae9cf

View File

@@ -459,7 +459,4 @@ public class LockSettingsService extends ILockSettings.Stub {
Secure.LOCK_SCREEN_OWNER_INFO_ENABLED,
Secure.LOCK_SCREEN_OWNER_INFO
};
// These are protected with a read permission
private static final String[] READ_PROFILE_PROTECTED_SETTINGS = MIGRATE_SETTINGS_PER_USER;
}