File
Doc
Category
Size
Date
Package
RestrictionsReceiver.java
API Doc
Android 5.1 API
531
Sat Mar 14 14:09:38 GMT 2015
android.service.restrictions
RestrictionsReceiver
java.lang.Object
android.content.BroadcastReceiver
public abstract class RestrictionsReceiver extends android.content.BroadcastReceiver
Fields Summary
Constructors Summary
public RestrictionsReceiver
()
throw new RuntimeException("Stub!");
Methods Summary
public void
onReceive
(
android.content.Context
context,
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public abstract void
onRequestPermission
(
android.content.Context
context,
java.lang.String
packageName,
java.lang.String
requestType,
java.lang.String
requestId,
android.os.PersistableBundle
request)
Java Code Source