willowtreeapps / Hyperion-Android

App Debugging & Inspection Tool for Android
MIT License
1.95k stars 144 forks source link

[bugfix] resolves #197: android 11 support; rename requireContext -> requireContextInternal to avoid conflict #198

Closed repitch closed 4 years ago

repitch commented 4 years ago

resolves #197 rename requireContext -> requireContextInternal in HyperionInitProvider to avoid conflict with ContentProvider's public requireContext() that appears in api 30 (android 11) That causes runtime crashes on android 11 devices for our application

Kritarie commented 4 years ago

Looks good. Thanks for the PR!

repitch commented 4 years ago

Thanx! Waiting for release!