开发者

MediaMetadataRetriever.java on android unpublished API through Reflection

开发者 https://www.devze.com 2023-01-08 12:42 出处:网络
I\'m interested in accessing this class: https://android.googlesource.com/platform/frameworks/base/+/master/media/java/android/media/MediaMetadata开发者_如何学GoRetriever.java

I'm interested in accessing this class:

https://android.googlesource.com/platform/frameworks/base/+/master/media/java/android/media/MediaMetadata开发者_如何学GoRetriever.java

It is android unpublished API but is it a problem if I access it through reflection or it could lead to issues ?


You can access it but there's no guarantee it will be in the next Android version. Unless you take steps to handle this, it could all end very badly.

0

精彩评论

暂无评论...
验证码 换一张
取 消