feat:卸载插件时删除管理apk

This commit is contained in:
Xu Tianliang 2022-01-18 14:47:35 +08:00
parent 65190ac254
commit e21a127b19
No known key found for this signature in database
GPG Key ID: 7FF3F70CD1C04346
1 changed files with 8 additions and 0 deletions

View File

@ -4,8 +4,16 @@
#
##########################################################################################
uninstall_manager_apk() {
pm uninstall co.lintian.v2manager
}
remove_v2ray_data_dir() {
rm -rf /data/v2ray
}
# remove v2ray data
remove_v2ray_data_dir
# uninstall manager apk
uninstall_manager_apk