文字を入力するとAutoCompleteTextviewが表示され、AndroidのGoogle検索画面につながることがあります。私はこれがそうであることを知りません。
AutoCompleteTextview のレイアウト宣言は次のとおりです。
<AutoCompleteTextView
android:id="@+id/search_box"
style="@style/AutoSuggestList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bar_search"
android:maxLength="1024"
android:dropDownWidth="match_parent"
android:ellipsize="end"
android:hint="@string/hint_In_searchBar"
android:inputType="text|textNoSuggestions"
android:paddingLeft="11dp"
android:layout_alignParentRight="true"
android:singleLine="true"
>
</AutoCompleteTextView>
このビューの右隅には検索アイコンもあります。しかし、文字そのものを入力するだけで、Google 検索につながります。画像例:(出典:fonearena.com)
この問題が見つかったデバイス: Samsung Galaxy S、OS バージョン: 2.3.4
同じことについて何か提案をしてください。