Shorten logcat tag in TextViewOnReceiveContentCallback
Bug: 152068298 Test: Manual Change-Id: Ic191f5fe1f4f713f9c01a1934754e068b9daf96e
This commit is contained in:
@@ -44,7 +44,7 @@ import java.util.Set;
|
||||
* provide consistent behavior for insertion of text.
|
||||
*/
|
||||
public class TextViewOnReceiveContentCallback implements OnReceiveContentCallback<TextView> {
|
||||
private static final String LOG_TAG = "OnReceiveContentCallback";
|
||||
private static final String LOG_TAG = "OnReceiveContent";
|
||||
|
||||
private static final Set<String> MIME_TYPES_ALL_TEXT = Collections.singleton("text/*");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user