ikew0ng / SwipeBackLayout

An Android library that help you to build app with swipe back gesture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing internal APIs via reflection is not supported and may not work on all devices or in the future

swanfly opened this issue · comments

Accessing internal APIs via reflection is not supported and may not work on all devices or in the future less... (⌘F1)
Using reflection to access hidden/private Android APIs is not safe; it will often not work on devices from other vendors, and it may suddenly stop working (if the API is removed) or crash spectacularly (if the API behavior changes, since there are no guarantees for compatibility.)
eg. {@link Utils#convertActivityToTranslucentAfterL}
email: shixianmingjava@163.com

you got any solution ?