VMware Workspace ONE Community
larmst
Enthusiast
Enthusiast

Specific phone number/SMS restrictions - Android Enterprise?

Android Legacy profiles used to let us restrict/allow specific phone number for calls and SMS using the Restrictions payload"

larmst_0-1604932240578.png

That function has been moved or removed in Android Enterprise and I cannot find it. Phone/SMS can be enabled and disabled, but specific numbers can't be restricted. This is essential to my depts. mobile deployment. Please help me out here

larmst_1-1604932352644.png

 

0 Kudos
1 Reply
larmst
Enthusiast
Enthusiast

Ended up needing to use XML for this, which is disappointing. Phone number restrictions should be a native feature in Enterprise

 

XML:

 

 

<characteristic uuid="29888503-64ce-4d3c-9f80-7d4b1876fd48" type="com.airwatch.android.androidwork.samsung.restrictions" target="2">

<!--Add phone restrictions below in the appropriate parameter areas -->

 

<parm name="outGoingCallRestrictionAllowNumber" value="xxxxxxxxxx,xxxxxxxxxx" />

<parm name="inComingCallRestrictionAllowNumber" value="xxxxxxxxxx,xxxxxxxxxx" />

<parm name="outGoingSMSRestrictionAllowNumber" value="xxxxxxxxxx,xxxxxxxxxx" />

<parm name="outGoingCallRestrictionAllowStartingWith" value="xxxxxx.*,xxxxxx.*" />

<parm name="inComingCallRestrictionAllowStartingWith" value="xxxxxx.*,xxxxxx.*" />

<!--Do not add phone restrictions below this line -->

</characteristic>

0 Kudos