gpt4 book ai didi

android - 如何以编程方式更改设备 ID (android id)

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

我正在寻找一种在 eclipce 中以编程方式更改设备 ID (android id) 的方法。我试过这种方法,但没有用。

Secure.putString(getContentResolver(),Secure.ANDROID_ID,"new id");

我能做什么?

最佳答案

您可以构建自己的自定义 ROM,并使用为自定义 ROM 固件签名的相同签名 key 对您的应用进行签名。或者,您可以对您的设备进行 root 操作并将您的应用程序安装为系统应用程序。然后,你可以有一个 <uses-permission> WRITE_SECURE_SETTINGS 的元素,您可以查看您的代码是否有效。

否则,您无法修改这些值。引用 the documentation for Settings.Secure :

Secure system settings, containing system preferences that applications can read but are not allowed to write. These are for preferences that the user must explicitly modify through the system UI or specialized APIs for those values, not modified directly by applications.

关于android - 如何以编程方式更改设备 ID (android id),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30832701/

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