OSDN Git Service

Fix build due to no explanatory comment.
authorBrad Ebinger <breadley@google.com>
Thu, 21 Mar 2019 22:22:16 +0000 (15:22 -0700)
committerBrad Ebinger <breadley@google.com>
Thu, 21 Mar 2019 22:31:01 +0000 (15:31 -0700)
Test: manual build
Change-Id: Ibfb3a114c74d673eb94dd2fa1fc9b9918283e9db

telephony/java/android/telephony/ims/feature/ImsFeature.java

index d2b4133..5e3f398 100644 (file)
@@ -210,7 +210,7 @@ public abstract class ImsFeature {
     /**
      * Contains the capabilities defined and supported by an ImsFeature in the form of a bit mask.
      * @hide
-     * @deprecated
+     * @deprecated Use {@link MmTelFeature.MmTelCapabilities} instead.
      */
     @SystemApi  // SystemApi only because it was leaked through type usage in a previous release.
     public static class Capabilities {