Fix ACTION_DEFAULT_SUBSCRIPTION_CHANGED is not sent after power on
Some components depend on ACTION_DEFAULT_SUBSCRIPTION_CHANGED to initialize the default SUB after UE boot up, such as TelephonyRegistry When subId is equal with defaultSubId, for adding the first SUB record info, the subId is active SUB so that the default fallback SUB is not set, for adding the next SUB record, defaultSubId is valid for ever, also will not set. To fix it, we should froce invoking setDefaultFallbackSubId once subId is equal with defaultSubId. Change-Id: I7f17db556e8de8e086528816dc1793fc73ab3ac4 CRs-Fixed: 813620
Loading
Please register or sign in to comment