Skip to content
Snippets Groups Projects
Commit d1a5a463 authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Add field for sub_id in call log for sprout database." into lmp-dev

parents d3458a9c 3a780921
No related merge requests found
......@@ -349,6 +349,15 @@ public class CallLog {
*/
public static final String PHONE_ACCOUNT_ID = "subscription_id";
/**
* The identifier of a account that is unique to a specified component. Equivalent value
* to {@link #PHONE_ACCOUNT_ID}. For ContactsProvider internal use only.
* <P>Type: INTEGER</P>
*
* @hide
*/
public static final String SUB_ID = "sub_id";
/**
* If a successful call is made that is longer than this duration, update the phone number
* in the ContactsProvider with the normalized version of the number, based on the user's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment