summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt
index 551d8cb..a6119b6 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22969,13 +22969,9 @@ package android.text.style {
public class EasyEditSpan implements android.text.ParcelableSpan {
ctor public EasyEditSpan();
- ctor public EasyEditSpan(android.app.PendingIntent);
- ctor public EasyEditSpan(android.os.Parcel);
method public int describeContents();
method public int getSpanTypeId();
method public void writeToParcel(android.os.Parcel, int);
- field public static final java.lang.String ACTION_TEXT_DELETED = "android.text.style.TEXT_DELETED";
- field public static final java.lang.String ACTION_TEXT_MODIFIED = "android.text.style.TEXT_MODIFIED";
}
public class ForegroundColorSpan extends android.text.style.CharacterStyle implements android.text.ParcelableSpan android.text.style.UpdateAppearance {