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
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