Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6d952bb authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix some SDK build breakage. Not all.

Change-Id: I2791b0a7c48d03cb6e5ca93771efb56c0a0c1956
parent 3fec2bf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */