diff options
author | Yorke Lee <yorkelee@google.com> | 2014-09-08 21:43:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-08 21:43:30 +0000 |
commit | 478f5a62125053e8a50c5e133d6cbb1182cea853 (patch) | |
tree | c26d008fcbd5293643456e05f8767a68e8e55221 /api | |
parent | 6a73202e00c2cef8f9438c3308f19739101c3d6d (diff) | |
parent | e3198b719f3cf68e8e2f3b793bab8cc1e416df05 (diff) | |
download | frameworks_base-478f5a62125053e8a50c5e133d6cbb1182cea853.zip frameworks_base-478f5a62125053e8a50c5e133d6cbb1182cea853.tar.gz frameworks_base-478f5a62125053e8a50c5e133d6cbb1182cea853.tar.bz2 |
Merge "Replace Calls.FEATURES_NONE with 0 (1/4)" into lmp-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 87f78eb..60f9b1d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23695,7 +23695,6 @@ package android.provider { field public static final java.lang.String DURATION = "duration"; field public static final java.lang.String EXTRA_CALL_TYPE_FILTER = "android.provider.extra.CALL_TYPE_FILTER"; field public static final java.lang.String FEATURES = "features"; - field public static final int FEATURES_NONE = 0; // 0x0 field public static final int FEATURES_VIDEO = 1; // 0x1 field public static final java.lang.String GEOCODED_LOCATION = "geocoded_location"; field public static final int INCOMING_TYPE = 1; // 0x1 |