Prod apk tested

This commit is contained in:
ShriPrakashBajpai
2023-10-19 18:24:38 +05:30
parent 6fad37e955
commit 3ec35d9cab

View File

@@ -22,7 +22,6 @@ let installedBlacklistedApps: Apps[] = [];
export const getBlacklistedAppsList = () => BLACKLISTED_APPS_LIST;
export const setBlacklistedAppsList = (blacklistedAppsString: string) => {
console.log('State set');
BLACKLISTED_APPS_LIST = blacklistedAppsString.split(',');
};
@@ -41,7 +40,6 @@ function getBlacklistAppsPresent(installedApps: Apps[], blacklistedApps: string[
}
const handleBlacklistedAppsForBlockingCosmos = async () => {
console.log('Service called');
const blacklistedApps = getBlacklistedAppsList();
return getAllInstalledApp()
.then((apps) => {