Kill trust interface hint on first boot

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2018-10-13 03:02:16 +05:30
committed by Joey
parent 2e8676cde1
commit f65db97d62

View File

@@ -334,7 +334,7 @@ public class TrustInterfaceService extends LineageSystemService {
private boolean hasOnboardedUser() {
return LineageSettings.System.getInt(mContext.getContentResolver(),
LineageSettings.System.TRUST_INTERFACE_HINTED, 0) == 1;
LineageSettings.System.TRUST_INTERFACE_HINTED, 1) == 1;
}
private void registerLocaleChangedReceiver() {