language updates and screen locked trigger
This commit is contained in:
parent
a5d54c18d8
commit
29a93e0e43
@ -138,9 +138,6 @@ public class ScreenStateReceiver extends BroadcastReceiver implements Automation
|
|||||||
Miscellaneous.logEvent("i", "ScreenStateReceiver", "Method 3: " + String.valueOf(kgMgr.inKeyguardRestrictedInputMode()), 4);
|
Miscellaneous.logEvent("i", "ScreenStateReceiver", "Method 3: " + String.valueOf(kgMgr.inKeyguardRestrictedInputMode()), 4);
|
||||||
if(!unlocked)
|
if(!unlocked)
|
||||||
{
|
{
|
||||||
Intent lockedBroadcastIntent = new Intent();
|
|
||||||
lockedBroadcastIntent.setAction(broadcastScreenLocked);
|
|
||||||
context.sendBroadcast(lockedBroadcastIntent);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(intent.getAction().equals(Intent.ACTION_SCREEN_ON))
|
else if(intent.getAction().equals(Intent.ACTION_SCREEN_ON))
|
||||||
|
Loading…
Reference in New Issue
Block a user