Skip to content

Commit c3cc693

Browse files
committed
Merge remote-tracking branch 'matboniface/develop' into develop
2 parents 0b42f3d + 20471ae commit c3cc693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AndroidAnnotations/androidannotations/src/main/java/com/googlecode/androidannotations/model/AndroidSystemServices.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public AndroidSystemServices() {
4444
registeredServices.put("android.app.UiModeManager", "android.content.Context.UI_MODE_SERVICE");
4545
registeredServices.put("android.app.DownloadManager", "android.content.Context.DOWNLOAD_SERVICE");
4646
registeredServices.put("android.hardware.SensorManager", "android.content.Context.SENSOR_SERVICE");
47-
registeredServices.put("android.text.ClipboardManager", "android.content.Context.CLIPBOARD_SERVICE");
47+
registeredServices.put("android.text.ClipboardManager", "android.content.Context.CLIPBOARD_SERVICE");
48+
registeredServices.put("android.telephony.TelephonyManager", "android.content.Context.TELEPHONY_SERVICE");
4849
}
4950

5051
public boolean contains(TypeMirror serviceType) {

0 commit comments

Comments
 (0)