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

Commit d5ffae85 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "InputDevices: Add an exported flag in manifest"

parents 06b3defe a63bfda2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
            android:directBootAware="true">

        <receiver android:name=".InputDeviceReceiver"
                android:label="@string/keyboard_layouts_label">
            android:label="@string/keyboard_layouts_label"
            android:exported="true">
            <intent-filter>
                <action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
            </intent-filter>