Prod apk tested
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user