android - Calling method from AOSP -


does not connect to Android SDK but in public connectivity (string device advertisement) (display manager service class).

How to call this method?

The entire class that you have linked has been marked with @ Hyde , Which means that it is not accessible through SDK.

However, you can still technically execute the code you are using, but it is advised against, because classes are not part of the SDK, there are chances of changes, and this The method can be changed into functionality, or may end its existence completely in the future version of Android.


Comments