update:2020.05.23
fix:10.0网络问题,设备号获取问题 add:
This commit is contained in:
@@ -486,7 +486,9 @@ public class MyApplication extends Application {
|
||||
ToastUtil.show("设备取消绑定");
|
||||
dialog.dismiss();
|
||||
}
|
||||
}).show();
|
||||
});
|
||||
dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
|
||||
dialog.show();
|
||||
// AlertDialog.Builder builder = new AlertDialog.Builder(this)
|
||||
// .setTitle("设备绑定")
|
||||
// .setIcon(R.mipmap.ic_launcher)
|
||||
|
||||
Reference in New Issue
Block a user