Hello,
We have android tablets deployed to various customer location. Each tablet is required to display a website that is locked to that location (URL contains location ID).
For Example:
Tablet 1 -> Deployed to Location 1 -> Should always open www.xyz.com/location1
Tablet 2 -> Deployed to Location 1 -> Should always open www.xyz.com/location1
Tablet 3 -> Deployed to Location 2 -> Should always open www.xyz.com/location2
Tablet 4 -> Deployed to Location 3 -> Should always open www.xyz.com/location3
In order to accomplish this, do we have to create a new policy for each tablet so we can lock the tablet to that URL?
These are all android tablets.
Thank you so much for any advice and input.