Kill trust interface hint on first boot
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user