Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 578151c6 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

am fb611846: am 566886f7: Merge "IMS: Fix registrationFeatureCapabilityChanged...

am fb611846: am 566886f7: Merge "IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL" into mnc-dr-dev

* commit 'fb611846':
  IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL
parents 1dcccdf6 fb611846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ interface IImsRegistrationListener {
     * @param disabledFeatures features disabled as defined in com.android.ims.ImsConfig#FeatureConstants.
     */
    void registrationFeatureCapabilityChanged(int serviceClass,
            out int[] enabledFeatures, out int[] disabledFeatures);
            in int[] enabledFeatures, in int[] disabledFeatures);

    /**
     * Updates the application with the waiting voice message count.