web/static/javadoc/5.1.3/org/acra/util/SystemServices.html
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |
org.acra.util
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
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) |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
[@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
-
[@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
-
[@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
-
[@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
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |