exynos9610: Patch Shannon applications calls to getSimStateForSlotIndex
authorNolen Johnson <johnsonnolen@gmail.com>
Mon, 1 Jan 2024 07:41:10 +0000 (02:41 -0500)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 1 Jan 2024 07:41:10 +0000 (02:41 -0500)
commitc8c8140e9e2afcba2b78bdd63b6234a11055461c
tree5facad194a190c112e319b4fdbad86590dfae87d
parenta06ba6aabcf821823a91abf1c2ad2879a4aa67d1
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
proprietary-files.txt