Fix 3201870: Move OwnerInfo settings to Location&Security.

This moves OwnerInfo into Location&Security and adds the
necessary logic to only show it in modes that make sense-
Lock (when not disabled) and Unlock (pattern, pin, password).

Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
This commit is contained in:
Jim Miller
2010-11-30 19:47:38 -08:00
parent 3828281750
commit 36972bb7e9
9 changed files with 93 additions and 31 deletions

View File

@@ -20,8 +20,6 @@ import android.app.Fragment;
import android.content.ContentResolver;
import android.os.Bundle;
import android.provider.Settings;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;