Loading telephony/java/android/telephony/SubscriptionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,8 @@ public class SubscriptionManager { public static final Uri WFC_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc"); /** * A content {@link Uri} used to receive updates on advanced calling user setting. * A content {@link Uri} used to receive updates on advanced calling user setting * @see ImsMmTelManager#isAdvancedCallingSettingEnabled(). * <p> * Use this {@link Uri} with a {@link ContentObserver} to be notified of changes to the * subscription advanced calling enabled Loading Loading
telephony/java/android/telephony/SubscriptionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,8 @@ public class SubscriptionManager { public static final Uri WFC_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc"); /** * A content {@link Uri} used to receive updates on advanced calling user setting. * A content {@link Uri} used to receive updates on advanced calling user setting * @see ImsMmTelManager#isAdvancedCallingSettingEnabled(). * <p> * Use this {@link Uri} with a {@link ContentObserver} to be notified of changes to the * subscription advanced calling enabled Loading