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

Commit a63bfda2 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

InputDevices: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: Ide5a3136399205becb81544e3fdf75b6b427e731
parent 72fcef13
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>