AndroidPackageScope
data class AndroidPackageScope : AbstractSafeParcelable
Represents an Android Package remote scope. Used to indicate another Android Package that can be
started from a wakeup request. Receiving package must declare the calling package as an
originator in its manifest file. Not suitable for sending over the wire.
Summary
Public constructors
|
Represents an Android Package remote scope.
|
Properties
|
String |
Name of an Android package that can be woken.
|
Public constructors
<init>
AndroidPackageScope(packageName: String)
Represents an Android Package remote scope. Used to indicate another Android Package that can be
started from a wakeup request. Receiving package must declare the calling package as an
originator in its manifest file. Not suitable for sending over the wire.
Public methods
Properties
packageName
val packageName: String
Name of an Android package that can be woken.
Companion properties