gpt4 book ai didi

没有添加权限的 LVL 的 Android 许可 DeviceId

转载 作者:行者123 更新时间:2023-11-30 04:02:37 24 4
gpt4 key购买 nike

如何在不需要额外权限的情况下正确构 build 备 ID?你应该遵守什么规则?

这个问题是引用这个example code:

// Construct the LicenseChecker with a Policy.
mChecker = new LicenseChecker(
this, new ServerManagedPolicy(this,
new AESObfuscator(SALT, getPackageName(), deviceId)),
BASE64_PUBLIC_KEY // Your public licensing key.
);

以及此随附文本:

Before requesting new permissions for the sole purpose of acquiring device-specific information for use in your Obfuscator, consider how doing so might affect your application or its filtering on Google Play (since some permissions can cause the SDK build tools to add the associated ).

那么如何在不使用任何权限的情况下生成一个好的 Id?

最佳答案

一个答案是在应用程序第一次运行时生成一个唯一的应用程序安装 ID。 android developer blog 上提供了一个示例.

关于没有添加权限的 LVL 的 Android 许可 DeviceId,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12253157/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com