Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`AndroidPackageScope` represents a remote scope for an Android package, allowing wake-up requests from another package."],["The receiving package needs to declare the calling package as an originator in its manifest for this to function correctly."],["This class is intended for internal use and not suitable for network transmission."],["It includes the `packageName` property to identify the target package and a `writeToParcel` method for data serialization."]]],[]]