Back to Acra

SystemServices

web/static/javadoc/5.1.3/org/acra/util/SystemServices.html

latest5.8 KB
Original Source

Skip navigation links

org.acra.util

Class SystemServices


public final classSystemServicesextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")

Since:29.09.2017

Method Summary

All Methods Static Methods Concrete Methods | Modifier and Type | Method and Description | | --- | --- | | static ActivityManager | getActivityManager(Context context) | | static DropBoxManager | getDropBoxManager(Context context) | | static NotificationManager | getNotificationManager(Context context) | | static TelephonyManager | getTelephonyManager(Context context) |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

- 

getTelephonyManager

[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")public static[TelephonyManager](http://d.android.com/reference/android/telephony/TelephonyManager.html?is-external=true "class or interface in android.telephony")getTelephonyManager([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context)
                                                     throws org.acra.util.SystemServices.ServiceNotReachedException

Throws:org.acra.util.SystemServices.ServiceNotReachedException

- 

getDropBoxManager

[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")public static[DropBoxManager](http://d.android.com/reference/android/os/DropBoxManager.html?is-external=true "class or interface in android.os")getDropBoxManager([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context)
                                                 throws org.acra.util.SystemServices.ServiceNotReachedException

Throws:org.acra.util.SystemServices.ServiceNotReachedException

- 

getNotificationManager

[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")public static[NotificationManager](http://d.android.com/reference/android/app/NotificationManager.html?is-external=true "class or interface in android.app")getNotificationManager([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context)
                                                           throws org.acra.util.SystemServices.ServiceNotReachedException

Throws:org.acra.util.SystemServices.ServiceNotReachedException

- 

getActivityManager

[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")public static[ActivityManager](http://d.android.com/reference/android/app/ActivityManager.html?is-external=true "class or interface in android.app")getActivityManager([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context)
                                                   throws org.acra.util.SystemServices.ServiceNotReachedException

Throws:org.acra.util.SystemServices.ServiceNotReachedException

Skip navigation links