Normally, you can't direcly call Android APIs that are hidden (with the @hide
annotation) from an app. You must use reflection to call such a method.
But some of the apps that are included in AOSP call hidden methods directly. How can I do this too for an app I add to the AOSP build tree?