I need to access VHAL properties like ABS_ACTIVE, ENGINE_RPM, etc which are restricted with signature permissions. The third-party app access to VHAL is restricted with permissions. I will get OEM signature permission in the production build, but for testing, I need to sign my app with an AOSP certificate or I have to move my app into the system folder.
- Where can I find those certificates?
- How can I sign my app with those certificates?