ApplicationExitInfo.DefiningUid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the defining kernel user identifier, maybe different from #getRealUid
and
#getPackageUid
, if an external service has the
android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote
set
to true
and was bound with the flag
android.content.Context#BIND_EXTERNAL_SERVICE
- in this case, this field here will
be the kernel user identifier of the external service provider.
public int DefiningUid { [Android.Runtime.Register("getDefiningUid", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getDefiningUid", "()I", "", ApiSince=30)>]
member this.DefiningUid : int
Property Value
- Attributes
Remarks
Return the defining kernel user identifier, maybe different from #getRealUid
and #getPackageUid
, if an external service has the android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote
set to true
and was bound with the flag android.content.Context#BIND_EXTERNAL_SERVICE
- in this case, this field here will be the kernel user identifier of the external service provider.
Java documentation for android.app.ApplicationExitInfo.getDefiningUid()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.