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

Commit 1b7e8ad2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Internal Cleanup - add missing param in ProvisionSubscriberId" into main

parents 28a697b0 b33e8f2a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,4 +25,7 @@ parcelable ProvisionSubscriberId {

    /** carrier id */
    int mCarrierId;

    /** apn */
    String mNiddApn;
}