anggrayudi / android-hidden-api

A library that provides access to Android hidden APIs and internal resources.
Apache License 2.0
3.44k stars 643 forks source link

com.android.internal.telephony.PhoneFactory #37

Open xjpmauricio opened 6 years ago

xjpmauricio commented 6 years ago

Is it possible to access com.android.internal.telephony.PhoneFactory ?

Trumeet commented 6 years ago

This is an internal API, this project only provides Framework hidden API now, such as android.app.StatusBarManager and etc. Such as those APIs below are NOT included in Framework APIs: com.android.internal.* com.android.server.* (in service jar)

com.android.telephony.PhoneFactory is included in telephony jar. So it not included in this project now. You can try compile AOSP yourself and find those jars in out folder.

Trumeet commented 6 years ago

You can download services jars in #36 .