简体   繁体   English

“用户”是什么意思他们所说的 ANDROID_D 对于应用签名密钥、用户和设备的每个组合都是唯一的

[英]What does "user" mean what they say ANDROID_D is unique to each combination of app-signing key, user, and device

From android documentation,来自 android 文档,

ANDROID_ID ANDROID_ID

On Android 8.0 (API level 26) and higher versions of the platform, a 64-bit number (expressed as a hexadecimal string), unique to each combination of app-signing key, user, and device.在 Android 8.0(API 级别 26)和更高版本的平台上,一个 64 位数字(表示为十六进制字符串),对于应用程序签名密钥、用户和设备的每个组合都是唯一的。

Here what does "user" mean?这里的“用户”是什么意思?

unique to each combination of app-signing key, user, and device https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID .应用签名密钥、用户和设备https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID的每个组合都是唯一的。

Later in the same docs :稍后在同一个文档中:

On devices that have multiple users , each user appears as a completely separate device, so the ANDROID_ID value is unique to each user.在有多个用户的设备上,每个用户都显示为一个完全独立的设备,因此ANDROID_ID值对每个用户都是唯一的。

And following the link there:并按照那里的链接:

Android now allows multiple user spaces on shareable devices such as tablets. Android 现在允许在平板电脑等可共享设备上使用多个用户空间。 Each user on a device has their own set of accounts, apps, system settings, files, and any other user-associated data设备上的每个用户都有自己的一组帐户、应用程序、系统设置、文件和任何其他与用户相关的数据

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 每个设备的哪些Android设备信息是唯一的? - What Android Device Information is Unique with each Devices? Android应用程序签名意味着什么? - What does Android app signing means? 在Android的HTTP用户代理头中,“U”是什么意思? - In HTTP user agent header of Android, what does the “U” mean? Android应用统计信息:“其他人”在“用户总安装量”指标下的含义是什么? - Android App Statistics: What does 'Others' mean under 'Total Installs by User' metric? GooglePlay 应用签名会重置我的应用程序吗? - Will App-Signing by GooglePlay reset my Application? 有人知道“ Uncaught ReferenceError:未定义分析”是什么意思吗?为什么安装后没有应用程序用户? - Does anybody know what does “ Uncaught ReferenceError: analytics is not defined ” mean n why no app user after installation? “独特访客”在Android上的Google Analytics环境中意味着什么? - What does 'unique visitor' mean in the context of Google Analytics on Android? 多用户类型的android应用应使用哪种架构? 一个针对两种用户类型的应用程序,或者针对每种用户类型的两个独立应用程序? - what architecture should be used for multi user type android app? One app for two user types OR two separate apps for each user type? Android Studio是用于Android应用程序开发的“官方” IDE是什么意思? - What does it mean that Android Studio is the “official” IDE for Android app development? 用户杀死应用程序(android)后会清除什么? - What is cleared when a user kills an app (android)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM