getSystemService
is defined in two files
1> frameworks/base/core/java/android/app/Activity.java
2> frameworks/base/core/java/android/app/ApplicationContext.java
the second one is more stable.
本文详细介绍了 getSystemService 方法在 Android 开发中的使用情况。该方法在两个文件中定义:Activity.java 和 ApplicationContext.java。后者提供了更为稳定的实现。
getSystemService
is defined in two files
1> frameworks/base/core/java/android/app/Activity.java
2> frameworks/base/core/java/android/app/ApplicationContext.java
the second one is more stable.

被折叠的 条评论
为什么被折叠?