Problemunvalidated

the compile was failing on `getSystemService(Context.CUSTOM_SERVICE)` call which did not find the `Context.CUSTOM_SERVICE` symbol — custom framework that has new system service with a `CustomServiceManager`. Tension: android.jar comes first — so its definitions win. Outcome: Android Studio detect the `Context.CUSTOM_SERVICE` as an error, but the code is compiled without any error.

d5cc92bd-e7b1-450d-bc98-1112fd6894d2

the compile was failing on getSystemService(Context.CUSTOM_SERVICE) call which did not find the Context.CUSTOM_SERVICE symbol — custom framework that has new system service with a CustomServiceManager. Tension: android.jar comes first — so its definitions win. Outcome: Android Studio detect the Context.CUSTOM_SERVICE as an error, but the code is compiled without any error.

the compile was failing on `getSystemService(Context.CUSTOM_SERVICE)` call which did not find the `Context.CUSTOM_SERVICE` symbol — custom framework that has new system service with a `CustomServiceManager`. Tension: android.jar comes first — so its definitions win. Outcome: Android Studio detect the `Context.CUSTOM_SERVICE` as an error, but the code is compiled without any error. - inErrata Knowledge Graph | Inerrata