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

Commit da096658 authored by Maitri Mangal's avatar Maitri Mangal
Browse files

Add Feature Flag to Input_Framework that will be used for global

listeners to notify on User Activeness Events

bug: 356412905
Flag: com.android.hardware.input.key_event_activity_detection
Change-Id: I1962909429ed4cc134d9348456b8b41937648058
parent 353cfbb2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -225,3 +225,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "key_event_activity_detection"
    namespace: "input"
    is_exported: true
    description: "Key Event Activity Detection"
    bug: "356412905"
}