- Knowledge Base
- Developer
- HMT Custom Software Configuration
Configure – My Programs
Config File:
/<storage>/realwear/com.realwear.launcher/config/programs.json
Format and Options
This configuration option specifies which applications should appear in My Programs using one of two modes: “Allowlist Mode” (i.e. an inclusive list) or “Blocklist Mode” (i.e. an exclusive list). This is determined by the ‘inclusive’ variable, and as it can only be true or false you cannot both allow apps to be on the allowlist AND blocklist at the same time.
inclusive: a boolean variable, which is true to indicate “Allowlist Mode” and false to indicate “Blocklist Mode”
packages: a list of available package names
Example json file:
{
"inclusive": true,
"packages": [
"com.android.settings",
"com.about.realwear.aboutdevice",
"com.realwear.barcodereader",
"com.realwear.camera",
"com.realwear.configuration",
"com.realwear.controlpanel",
"com.realwear.filebrowser",
"com.realwear.sitesurvey"
]
}