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

Commit 8324e693 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Change list of applications in CardStatus from array to vec." am:...

Merge "Change list of applications in CardStatus from array to vec." am: d5eccf52 am: 68f2bd6d am: 5cb3c657
am: 7f5243c9

Change-Id: I81deccea2fe918075bc8ebdf2e41a517ba1f5f44
parents 527924ae 7f5243c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1089,8 +1089,7 @@ struct CardStatus {
    int32_t gsmUmtsSubscriptionAppIndex;  // value < RadioConst:CARD_MAX_APPS, -1 if none
    int32_t cdmaSubscriptionAppIndex;     // value < RadioConst:CARD_MAX_APPS, -1 if none
    int32_t imsSubscriptionAppIndex;      // value < RadioConst:CARD_MAX_APPS, -1 if none
    int32_t numApplications;              // value <= RadioConst:CARD_MAX_APPS
    AppStatus[RadioConst:CARD_MAX_APPS] applications;
    vec<AppStatus> applications;          // size <= RadioConst:CARD_MAX_APPS
};

/*