Specifications
118
- Coding sample - 
<?xml version="1.0" standalone="yes"?> 
<MenuDataSet> 
 <Ver Number="2.00" TopMenuName="Top Menu"/> 
 <Menu> 
 <Address>01</Address> 
 <BtnTitle>Folder 1</BtnTitle> 
 <Reading /> 
 <PackageName /> 
 <Command>menu</Command> 
 <Intent /> 
 <Authority /> 
 <MimeType /> 
 <Arguments /> 
 <ArgumentsKey /> 
 </Menu> 
 <Menu> 
 <Address>0101</Address> 
 <BtnTitle>Settings</BtnTitle> 
 <Reading /> 
 <PackageName>com.android.settings</PackageName> 
 <Command>exec</Command> 
 <Intent /> 
 <Authority /> 
 <MimeType /> 
 <Arguments /> 
 <ArgumentsKey /> 
 </Menu> 
 <Menu> 
 <Address>02</Address> 
 <BtnTitle>Browser</BtnTitle> 
 <Reading /> 
 <PackageName>com.android.browser</PackageName> 
 <Command>exec</Command> 
 <Intent /> 
 <Authority /> 
 <MimeType>text/html</MimeType> 
 <Arguments>http://casio.co.jp</Arguments > 
 <ArgumentsKey /> 
 </Menu> 
</MenuDataSet> 
Note: It is possible to add 1000 Menu item blocks in above XML file. 










