You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/24 12:40:08 UTC

[GitHub] [cordova-android] breautek commented on issue #737: Unsupported APIs warning in play store

breautek commented on issue #737: Unsupported APIs warning in play store
URL: https://github.com/apache/cordova-android/issues/737#issuecomment-495608247
 
 
   Some background information on these warnings: https://stackoverflow.com/a/51989550/4685664
   
   In case the link disappears in the future:
   
   > Android 9 (API level 28) introduces new restrictions on the use of non-SDK interfaces, whether directly, via reflection, or via JNI. These restrictions are applied whenever an app references a non-SDK interface or attempts to obtain its handle using reflection or JNI. For more information about this decision, see Improving Stability by Reducing Usage of non-SDK Interfaces.
   
   I don't know if anything to do with Cordova or not. The SO answer suggests that Google's own webview code is violating some of these policies so if that's the case there is probably nothing we can do but Cordova does also extend some of these classes and we do see them in your stack traces.
   
   Creating an app with the bare minimum to reproduce the issue that investigators can clone could be very helpful if there is a specific plugin or perhaps no plugins, but the cordova-android platform itself that is causing the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org