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

Commit dabba2f6 authored by Kenny Guy's avatar Kenny Guy Committed by Android (Google) Code Review
Browse files

Merge "Remove incorrect TODO and meta-data." into mnc-dev

parents da6e4c47 3edba861
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -633,14 +633,11 @@
                android:value="true" />
        </activity>

        <!-- TODO: This should also be forwarded, but we can't use cross-profile intent filters -->
        <receiver android:name=".inputmethod.InputMethodDialogReceiver"
                android:enabled="true">
            <intent-filter>
                <action android:name="android.settings.SHOW_INPUT_METHOD_PICKER" />
            </intent-filter>
            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
                android:value="true" />
        </receiver>

        <activity android:name="Settings$UserDictionarySettingsActivity"