|
主题:FusionApp自定义事件 > 程序启动源码 [收藏主题] |
第一部分 //自定义事件 > 程序启动 function clr() import "java.io.File" items={"浏览记录","缓存文件"} 多选对话框=AlertDialog.Builder(this) .setTitle("清除记录") .setPositiveButton("确定",function() if clearhistory==1 and clearall==1 then File(lstads).delete() File(lstwebads).delete() lst={} lstweb={} os.execute("pm clear "..activity.getPackageName()) elseif clearhistory==0 and clearall==1 then os.execute("pm clear "..activity.getPackageName()) elseif clearhistory==1 and clearall==0 then File(lstads).delete() File(lstwebads).delete() lst={} lstweb={} 以下内容只有回复后才可以浏览,请先登录! |
|
本站是提供个人知识管理的网络存储空间,所有非本站原创内容均由用户发布,不代表本站观点。如发现有害或侵权内容,请点击这里 举报 | |
支持(0) | 反对(0) 顶端 底部 |
<下一主题 | 上一主题 > |