Merge "Rename safety source ids to match format from other apps." into tm-dev am: aa43d6f06b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16981670 Change-Id: I2a0dbc58ee5eafa8ded57a83e96af1d1fa686cb9
This commit is contained in:
@@ -21,7 +21,7 @@ import android.content.Context;
|
||||
/** Combined Biometrics Safety Source for Safety Center. */
|
||||
public final class BiometricsSafetySource {
|
||||
|
||||
public static final String SAFETY_SOURCE_ID = "BiometricsSafetySource";
|
||||
public static final String SAFETY_SOURCE_ID = "Biometrics";
|
||||
|
||||
private BiometricsSafetySource() {}
|
||||
|
||||
|
@@ -32,7 +32,7 @@ import com.android.settingslib.RestrictedLockUtilsInternal;
|
||||
/** Lock Screen Safety Source for Safety Center. */
|
||||
public final class LockScreenSafetySource {
|
||||
|
||||
public static final String SAFETY_SOURCE_ID = "LockScreenSafetySource";
|
||||
public static final String SAFETY_SOURCE_ID = "LockScreen";
|
||||
|
||||
private LockScreenSafetySource() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user