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

Commit 9329fd7a authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Support ACTION_KEYBOARD_LAYOUT_SETTINGS."

parents 62775bf7 7c4499da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -630,6 +630,10 @@
        <activity android:name="Settings$KeyboardLayoutPickerActivity"
                android:label="@string/keyboard_layout_picker_title"
                android:clearTaskOnLaunch="true">
            <intent-filter android:priority="1">
                <action android:name="android.settings.KEYBOARD_LAYOUT_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />