HiOisin ,
Yes, you are correct.
I created a device include of DEVINCLUDE_SYMBOL9200 and added it as a parameter value for ~ITSMOBILEDEVICEINCLUDE in GUI configuration.
Now whatever change i do in the meta tag in the include is applicable for the entire service.
Also i would like to provide one additional info over here.
If there is a requirement to provide different scaling factor for different screens ,then we can create a new include in the HTML template.
Then in the particular screen where you need different scaling factor (or any other screen specific change).
update the below html tag.
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");
with something like the below.
include(~service=~current_service, ~language="", ~theme=~theme, ~name="devinclude_mc9200_1.html");
Hope it helps someone.
Regards
Suman.