Configure – Home Screen Apps

Config File:

/<storage>/realwear/com.realwear.launcher/config/config.json

Format and Options

Up to 5 applications may be displayed on the Home Screen as specified in the indicated configuration file.

Applications shown by default include My Programs, My Camera, and My Files but these can be changed as well.

If a specified app is not installed on the device it will not appear on the Home Screen; once the app is installed by any means it will appear on the Home Screen without further modification (assuming that the packagename in the config file is correct). All packagenames must match the target exactly and are case sensitive.

apps: a list of package names
packagename: the package name of the application to be added

 

Example json file:

{ 
"apps": [ 
{ 
"packagename": "com.realwear.launcher.ApplicationActivity" 
}, 
{ 
"packagename": "com.realwear.camera" 
}, 
{ 
"packagename": "com.realwear.filebrowser" 
}, 
{ 
"packagename": "" 
}, 
{ 
"packagename": "" 
} 
] 
}