修復同包名遊戲安裝完成時可能誤刪錯誤遊戲的問題

This commit is contained in:
juntao
2021-02-04 18:17:25 +08:00
parent 63403c7c29
commit 8dfde8ddd0
4 changed files with 28 additions and 2 deletions

View File

@ -68,6 +68,8 @@ public class Constants {
public static final String SP_IMEI = "imei";
public static final String SP_ANDROID_ID = "android_id";
public static final String LAST_INSTALL_GAME = "last_install_game";
//引导设置 “通知管理” 引导弹窗
public static final String SP_SHOWED_NOTIFICATION_LOGIN = "show_notification_login_hint";