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

This commit is contained in:
Kenny Guy
2015-06-12 15:11:27 +00:00
committed by Android (Google) Code Review

View File

@@ -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"