how to soti mobicontrol 15.3 Android enterprise create phone call list into device
I have list of telehphone number , then i want to crate telephone number into contact, Have script or menu to do that?
how to soti mobicontrol 15.3 Android enterprise create phone call list into device
I have list of telehphone number , then i want to crate telephone number into contact, Have script or menu to do that?
If you upgrade to 2024.1 or above the phone policy lives in Profiles, for anything before you can use the method below (you can substitute package for file Sync if you wish):
import_contacts_vcf /data/data/net.soti.mobicontrol.androidwork/files/nameofvcf.vcf 0|1
3. Deploy package to device
In profiles you should fine a phone call setting where you can block phone numbers. Which i think is what you are asking for.
it support only android plus not enterprise , i use soti mobicontrol 15.3
i use soti 15.3 only in android classic only but not have in android enterprise
In that case you can use the script:
writeprivateprofstring CallBlocking
writeprivateprofstring CallBlocking InNumber1 "16471234567"
writeprivateprofstring CallBlocking InNumber2 "14161234567"
writeprivateprofstring CallBlocking OutNumber1 "19051234567"
writeprivateprofstring CallBlocking OutNumber2 "18001234567"
writeprivateprofstring CallBlocking IncomingMode 1
writeprivateprofstring CallBlocking OutgoingMode 1
writeprivateprofstring CallBlocking Notify 3
apply callpolicy
changing the value for incomingMode or outgoingmode to 2 will allow, while 1 denies. The above example blocks some incoming and outgoing numbers.
And just to add here, maybe also use oem config app from relevant manufacturer, those also might support setting this up inside of it.