提交 b9b8d74a authored 作者: shixiaochen's avatar shixiaochen

fix:去除浮窗权限未获取toast提示;

上级 5a45b7a9
......@@ -302,7 +302,7 @@ public class MethodCallHandlerImpl implements MethodChannel.MethodCallHandler, P
Context mContext = ContextHolder.getApplicationContext();
if (!Settings.canDrawOverlays(mContext)) {
LogUtils.getInstance().e(TAG, "System Alert Window will not work without 'Can Draw Over Other Apps' permission");
Toast.makeText(mContext, "System Alert Window will not work without 'Can Draw Over Other Apps' permission", Toast.LENGTH_LONG).show();
// Toast.makeText(mContext, "System Alert Window will not work without 'Can Draw Over Other Apps' permission", Toast.LENGTH_LONG).show();
}
}
return false;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论