Loading telecomm/java/android/telecom/TelecomManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -422,8 +422,8 @@ public class TelecomManager { "android.telecom.extra.CALL_CREATED_TIME_MILLIS"; "android.telecom.extra.CALL_CREATED_TIME_MILLIS"; /** /** * The extra for call log uri that was used to mark missed calls as read when dialer gets the * Extra URI that is used by a dialer to query the {@link android.provider.CallLog} content * notification on reboot. * provider and associate a missed call notification with a call log entry. */ */ @FlaggedApi(Flags.FLAG_ADD_CALL_URI_FOR_MISSED_CALLS) @FlaggedApi(Flags.FLAG_ADD_CALL_URI_FOR_MISSED_CALLS) public static final String EXTRA_CALL_LOG_URI = public static final String EXTRA_CALL_LOG_URI = Loading Loading
telecomm/java/android/telecom/TelecomManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -422,8 +422,8 @@ public class TelecomManager { "android.telecom.extra.CALL_CREATED_TIME_MILLIS"; "android.telecom.extra.CALL_CREATED_TIME_MILLIS"; /** /** * The extra for call log uri that was used to mark missed calls as read when dialer gets the * Extra URI that is used by a dialer to query the {@link android.provider.CallLog} content * notification on reboot. * provider and associate a missed call notification with a call log entry. */ */ @FlaggedApi(Flags.FLAG_ADD_CALL_URI_FOR_MISSED_CALLS) @FlaggedApi(Flags.FLAG_ADD_CALL_URI_FOR_MISSED_CALLS) public static final String EXTRA_CALL_LOG_URI = public static final String EXTRA_CALL_LOG_URI = Loading