5/n: Add face settings
This change connects the face status preference controller with the settings fragment/activity. This change also implements the basic settings page showing a video, a toggle for keyguard, improve/remove targets, and footer. Bug: 111321762 Test: manual Change-Id: Ifc65f5acbf6551679074df63ef22ffba75229f37
This commit is contained in:
@@ -20,6 +20,7 @@ import android.content.Context;
|
||||
import android.hardware.face.FaceManager;
|
||||
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.Settings;
|
||||
import com.android.settings.Utils;
|
||||
import com.android.settings.biometrics.BiometricStatusPreferenceController;
|
||||
|
||||
@@ -62,7 +63,7 @@ public class FaceStatusPreferenceController extends BiometricStatusPreferenceCon
|
||||
|
||||
@Override
|
||||
protected String getSettingsClassName() {
|
||||
return null;
|
||||
return Settings.FaceSettingsActivity.class.getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user