博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
卸载程序
阅读量:1979 次
发布时间:2019-04-27

本文共 174 字,大约阅读时间需要 1 分钟。

//卸载程序Intent intent = new Intent(Intent.ACTION_VIEW);intent.addCategory(Intent.CATEGORY_DEFAULT);intent.setData(Uri.parse("package:"+getPackageName()));startActivity(intent);

转载地址:http://pphpf.baihongyu.com/

你可能感兴趣的文章
Linux添加系统调用
查看>>
ubuntu 18 CTF 环境搭建
查看>>
linux内存的寻址方式
查看>>
[off by null + tcache dup]lctf_easy_heap
查看>>
[pie+libc]national2021_pwny
查看>>
task_struct 结构分析
查看>>
Linux创建进程的源码分析
查看>>
ubunut16.04的pip3出现问题,重新安装pip3
查看>>
how2heap-double free
查看>>
how2heap-fastbin_dup_consolidate
查看>>
orw_shellcode_模板
查看>>
[fmt+shellcode]string
查看>>
fmt在bss段(neepusec_easy_format)
查看>>
[double free] 9447 CTF : Search Engine
查看>>
[fast_bin_consoli + unlink]sleepyHolder_hitcon_2016
查看>>
python 函数式编程
查看>>
python编码
查看>>
scala maven plugin
查看>>
flink 1-个人理解
查看>>
redis cli
查看>>