From 2368716dad7d96c20fd3a1c47075d4b6ebe20589 Mon Sep 17 00:00:00 2001 From: gzu-liyujiang <1032694760@qq.com> Date: Thu, 16 Nov 2023 02:40:22 +0800 Subject: [PATCH] =?UTF-8?q?IDE=20=E6=8E=A8=E8=8D=90=EF=BC=9A=20JetBrains?= =?UTF-8?q?=20=E5=85=A8=E5=AE=B6=E6=A1=B6=E5=BC=80=E5=8F=91=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e27df..ed937a5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ dependencies { 获取多个可能的设备标识,结合服务端引入[拜占庭容错方案](https://juejin.cn/post/6844903952148856839#heading-11)得到可靠的稳定的设备唯一标识: -- 第一步: +- 第一步(可选的,用于调用 getClientId() 预取 OAID ): ```text // 在`Application#onCreate`里初始化,注意APP合规性,若最终用户未同意隐私政策则不要调用 @@ -272,3 +272,7 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT F PURPOSE. See the Mulan PSL v2 for more details. ``` +## IDE 推荐 + +支持开源,除了 Intellij IDEA Community / PyCharm Community 和 EAP 版本可免费使用,也可通过 [申请开源开发许可证](https://www.jetbrains.com/shop/eform/opensource) 来免费使用正版的 [JetBrains 全家桶开发工具](https://www.jetbrains.com.cn/products/),尤其是 Intellij IDEA Ultimate 版本很强大。 +