Fix some SDK build breakage. Not all.
Change-Id: I2791b0a7c48d03cb6e5ca93771efb56c0a0c1956
This commit is contained in:
@@ -92,7 +92,7 @@ import java.util.ArrayList;
|
||||
* <p>For example, the implementation of {@link Item#coerceToText Item.coerceToText}
|
||||
* itself uses this to try to retrieve a URI clip as a stream of text:
|
||||
*
|
||||
* {@sample frameworks/base/core/java/android/content/ClippedData.java coerceToText}
|
||||
* {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
|
||||
*
|
||||
* <a name="ImplementingCopy"></a>
|
||||
* <h3>Implementing Copy or Drag</h3>
|
||||
|
||||
@@ -23,7 +23,7 @@ import android.text.TextUtils;
|
||||
import java.util.ArrayList;
|
||||
|
||||
/**
|
||||
* Meta-data describing the contents of a {@link #ClipData}. Provides enough
|
||||
* Meta-data describing the contents of a {@link ClipData}. Provides enough
|
||||
* information to know if you can handle the ClipData, but not the data
|
||||
* itself.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user