exynos9610: Patch Shannon applications calls to getSimStateForSlotIndex
* Account for getSimStateForSlotIndex moving from SubscriptionManager to
TelephonyManager.
* Simply apktool d *.apk, then grep for `getSimStateForSlotIndex`, and
then replace all references to that to call from `TelephonyManager`
instead of the existing call to `SubscriptionManager`.
* apktool b *.apk, and boom - functional IMS.
Reference: https://android-review.googlesource.com/c/platform/frameworks/base/+/
2484178
Change-Id: I7574369d2a73d8751db8bef940fe8c3271c002ea