How to invoke a system-hidden API, or use a class that is not open to the system

Source: Internet
Author: User

First, reflection

System-hidden APIs can be invoked through reflection, but it does not seem to work well for classes that have already been hidden by the system.

Second, the use of the system source code compiled Classes.jar

Path: out/target/common/obj/java_libraries/framework_intermediates

When you add this jar package to your project, you will not have a red dot hint for the error ID when using system-related classes or hidden APIs.

It is important to note that:

1, identified in manifest: android:shareduserid= "Android.uid.system"

2, if using the system to hide the API or the class is not much, generally put into the source code to compile the APK;

How to invoke a system-hidden API, or use a class that is not open to the system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.