安卓版问题修复
This commit is contained in:
@@ -14,7 +14,7 @@ public class PrivacyActivity extends Activity implements DialogInterface.OnClick
|
||||
"<h3>提示</h3>" +
|
||||
"欢迎使用本游戏!在使用前,请您充分阅读并理解:<br/>" +
|
||||
|
||||
"<b>我们收集的信息:</b><br/>" +
|
||||
"<b>Unity收集的信息:</b><br/>" +
|
||||
"• 设备信息:Android ID、IMEI、Mac地址、设备型号、系统版本<br/>" +
|
||||
"• 应用信息:应用安装列表<br/>" +
|
||||
"• 传感器信息:触屏、重力、加速度传感器(用于横竖屏适配)<br/><br/>" +
|
||||
@@ -49,7 +49,7 @@ public class PrivacyActivity extends Activity implements DialogInterface.OnClick
|
||||
AlertDialog.Builder privacyDialog = new AlertDialog.Builder(this);
|
||||
privacyDialog.setCancelable(false);
|
||||
privacyDialog.setView(webView);
|
||||
privacyDialog.setTitle("提示");
|
||||
privacyDialog.setTitle("隐私政策");
|
||||
privacyDialog.setNegativeButton("拒绝", this);
|
||||
privacyDialog.setPositiveButton("同意", this);
|
||||
privacyDialog.create().show();
|
||||
|
||||
Reference in New Issue
Block a user