language updates and screen locked trigger

This commit is contained in:
jens 2022-05-24 17:40:11 +02:00
parent a5d54c18d8
commit 29a93e0e43
1 changed files with 0 additions and 3 deletions

View File

@ -138,9 +138,6 @@ public class ScreenStateReceiver extends BroadcastReceiver implements Automation
Miscellaneous.logEvent("i", "ScreenStateReceiver", "Method 3: " + String.valueOf(kgMgr.inKeyguardRestrictedInputMode()), 4);
if(!unlocked)
{
Intent lockedBroadcastIntent = new Intent();
lockedBroadcastIntent.setAction(broadcastScreenLocked);
context.sendBroadcast(lockedBroadcastIntent);
}
}
else if(intent.getAction().equals(Intent.ACTION_SCREEN_ON))