@@ -35,21 +35,27 @@ public AndroidSystemServices() {
35
35
registeredServices .put ("android.media.AudioManager" , "android.content.Context.AUDIO_SERVICE" );
36
36
registeredServices .put ("android.text.ClipboardManager" , "android.content.Context.CLIPBOARD_SERVICE" );
37
37
registeredServices .put ("android.net.ConnectivityManager" , "android.content.Context.CONNECTIVITY_SERVICE" );
38
+ registeredServices .put ("android.location.CountryDetector" , "android.content.Context.COUNTRY_DETECTOR" );
38
39
registeredServices .put ("android.app.admin.DevicePolicyManager" , "android.content.Context.DEVICE_POLICY_SERVICE" );
39
40
registeredServices .put ("android.app.DownloadManager" , "android.content.Context.DOWNLOAD_SERVICE" );
40
41
registeredServices .put ("android.os.DropBoxManager" , "android.content.Context.DROPBOX_SERVICE" );
41
42
registeredServices .put ("android.view.inputmethod.InputMethodManager" , "android.content.Context.INPUT_METHOD_SERVICE" );
42
43
registeredServices .put ("android.app.KeyguardManager" , "android.content.Context.KEYGUARD_SERVICE" );
43
44
registeredServices .put ("android.view.LayoutInflater" , "android.content.Context.LAYOUT_INFLATER_SERVICE" );
44
45
registeredServices .put ("android.location.LocationManager" , "android.content.Context.LOCATION_SERVICE" );
46
+ registeredServices .put ("android.net.NetworkManagementService" , "android.content.Context.NETWORKMANAGEMENT_SERVICE" );
47
+ registeredServices .put ("android.net.NetworkPolicyManager" , "android.content.Context.NETWORK_POLICY_SERVICE" );
45
48
registeredServices .put ("android.nfc.NfcManager" , "android.content.Context.NFC_SERVICE" );
46
49
registeredServices .put ("android.app.NotificationManager" , "android.content.Context.NOTIFICATION_SERVICE" );
47
50
registeredServices .put ("android.os.PowerManager" , "android.content.Context.POWER_SERVICE" );
48
51
registeredServices .put ("android.app.SearchManager" , "android.content.Context.SEARCH_SERVICE" );
52
+ registeredServices .put ("android.appwidget.AppWidgetManager" , "android.content.Context.APPWIDGET_SERVICE" );
49
53
registeredServices .put ("android.hardware.SensorManager" , "android.content.Context.SENSOR_SERVICE" );
54
+ registeredServices .put ("android.app.StatusBarManager" , "android.content.Context.STATUS_BAR_SERVICE" );
50
55
registeredServices .put ("android.os.storage.StorageManager" , "android.content.Context.STORAGE_SERVICE" );
51
56
registeredServices .put ("android.telephony.TelephonyManager" , "android.content.Context.TELEPHONY_SERVICE" );
52
57
registeredServices .put ("android.view.textservice.TextServicesManager" , "android.content.Context.TEXT_SERVICES_MANAGER_SERVICE" );
58
+ registeredServices .put ("android.net.ThrottleManager" , "android.content.Context.THROTTLE_SERVICE" );
53
59
registeredServices .put ("android.app.UiModeManager" , "android.content.Context.UI_MODE_SERVICE" );
54
60
registeredServices .put ("android.hardware.usb.UsbManager" , "android.content.Context.USB_SERVICE" );
55
61
registeredServices .put ("android.os.Vibrator" , "android.content.Context.VIBRATOR_SERVICE" );
0 commit comments