diff options
author | Kenny Guy <kennyguy@google.com> | 2015-06-12 15:45:19 +0100 |
---|---|---|
committer | Kenny Guy <kennyguy@google.com> | 2015-06-12 15:45:19 +0100 |
commit | 3edba861aac028065bdc6df06b02d6024b212890 (patch) | |
tree | a51e27c0edf21c88c762c4510a5fcba651d1b32f | |
parent | fca81cd233f749e71b63a41561e3010d21ecc733 (diff) | |
download | packages_apps_Settings-3edba861aac028065bdc6df06b02d6024b212890.zip packages_apps_Settings-3edba861aac028065bdc6df06b02d6024b212890.tar.gz packages_apps_Settings-3edba861aac028065bdc6df06b02d6024b212890.tar.bz2 |
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
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4dcaba7..bea1aeb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" |