We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
6052708
由于在Android5.0以下无法获取是否打开系统通知权限,所以为了防止用户看不到Toast,最终的逻辑优化了一下: 1.当用户是5.0以下的机器时,永远只显示EToast 2.当用户是5.0以上的机器是,如果打开了通知权限,则显示系统Toast;反之则显示Etoast