Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca63338e authored by Daniel Jacob Chittoor's avatar Daniel Jacob Chittoor
Browse files

Merge branch '1440devices-a15-switch_cust' into 'a15'

input: Set PEN_INSERTED_STATE_CHANGED intent for org.lineageos.settings

See merge request e/os/android_frameworks_base!300
parents 3796d43b 66c8f2b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2396,7 +2396,7 @@ public class InputManagerService extends IInputManager.Stub

            Intent intent = new Intent("lineageos.intent.action.PEN_INSERTED_STATE_CHANGED");
            intent.putExtra("state", penInserted);
            intent.setPackage("org.lineageos.settings.device");
            intent.setPackage("org.lineageos.settings");

	    if (DEBUG) {
                Slog.d(TAG, "Dispatching pen state intent: "