diff options
| author | Eric Erfanian <erfanian@google.com> | 2017-12-07 23:20:07 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-12-07 23:20:07 +0000 |
| commit | fdff122c680342ad9fbcfb60a968d0279eec9e6b (patch) | |
| tree | 6d79aa1068a4a5429cf46756319edf1bfa273704 /core/java/android | |
| parent | 591a14979242660de326ddc3922618e58ee3ac07 (diff) | |
| parent | 62706c510cb4e2d811695a90b9a3b3cbf43a776e (diff) | |
Merge "Add assisted dialing properties to the framework."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/CallLog.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index a8acb976a637..766ad8454e6f 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -224,6 +224,12 @@ public class CallLog { public static final int FEATURES_WIFI = 0x8; /** + * Indicates the call underwent Assisted Dialing. + * @hide + */ + public static final Integer FEATURES_ASSISTED_DIALING_USED = 0x10; + + /** * The phone number as the user entered it. * <P>Type: TEXT</P> */ |
