how to enable select/copy texts in android?
问题 this is my app strategy: there is a text view that contains texts. for editing them, i define Action mode items(e.g. EDIT- this will texts of text view into edit text)although there are some default actions like select all/copy/.. as selecting text, so i don not want to define them. i use this code for enabling the default selecting/copy buttons. but as i clicked the buttons, nothing happens. why??? xml code: <TextView android:id="@+id/speech" android:layout_width="match_parent" android