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

Commit 3edba861 authored by Kenny Guy's avatar Kenny Guy
Browse files

Remove incorrect TODO and meta-data.

SHOW_INPUT_METHOD_PICKER is only used to call into
the InputMethodManagerService which as its a system
service could handle calls from the managed profile
if it desired. Howwever profiles use input methods
from the parent user that shouldn't be needed.

Bug: 20934597
Change-Id: Id5df6eb693550ff200cbc12ed66de31323689af3
parent fca81cd2
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"