CallerIdentity

data class CallerIdentity(val packageName: String, val uid: Int) : Parcelable

Identifies the calling Android app for permission checks.

Constructors

Link copied to clipboard
constructor(packageName: String, uid: Int)

Properties

Link copied to clipboard

Application package name.

Link copied to clipboard
val uid: Int

Linux uid of the caller at bind time.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)