zenfone9: Remove getHandlerExecutor reference in com.qualcomm.location
* On Android 14 QPR2, the `getHandlerExecutor` method of
`OnSubscriptionsChangedListener` has been removed, which made
the APK crash
* To fix the problem, the `getHandlerExecutor` call was removed
and the lazy version of `addOnSubscriptionsChangedListener` is
now being used, which doesn't explicitly require an Handler
to be passed.
* For reference: https://gist.github.com/DD3Boh/1a86670eb3d12ff9d682972921a18e48
Change-Id: I90f8b096d922259052c196d000958c0649cbfc37
1 file changed