From 97aaa92a1e532ad22bdb0d984d0e237d88e613eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:43:39 +0700 Subject: [PATCH] Revert "Add script to check if `xyz.chz.bfm` app is installed and notify about module compatibility" This reverts commit 01c74b4829dd42f0046badd260733f975a698293. --- box/scripts/box.service | 7 ------- 1 file changed, 7 deletions(-) diff --git a/box/scripts/box.service b/box/scripts/box.service index 677590e..9d2c90b 100755 --- a/box/scripts/box.service +++ b/box/scripts/box.service @@ -650,13 +650,6 @@ start_box() { ;; esac - # Check if the application with package name xyz.chz.bfm is installed - PACKAGE="xyz.chz.bfm" - if pm list packages | grep -q "$PACKAGE"; then - # If the application is found, show a notification - log Warning "Apps BOX Manager($PACKAGE) found!!!. It is not compatible with the module version." - fi - # apk manager check # versionName=$(dumpsys package xyz.chz.bfm | grep versionName | busybox awk -F '=' '{print $2}' | sed 's/-.*//') # if [[ -n "${versionName}" && $(echo "${versionName}" | busybox awk '{print ($1 < 1.13)}') -eq 1 ]]; then