- Knowledge Base
- Developer
- HMT Custom Software Configuration
-
Developer
-
RealWear Navigator™ 500 Series
- Overview
- Features and Specifications
- Wearing Your Device
- Device Setup
- Interacting with Your Device
- Device Power
- Battery Use
- Home Screen
- My Programs
- My Camera
- My Files
- My Training
- Safety
- Device Care
- Ownership Information
- User Guide
- FAQ
- Thermal Camera Module
- Display Technology Comparison
- Cleaning Your Device
-
RealWear Cloud
-
RealWear Releases
-
RealWear HMT-1®
-
RealWear HMT-1Z1®
-
RealWear Apps
-
Configure
-
RealWear Modules & Accessories
-
RealWear Navigator™ Series
-
RealWear Navigator® Z1
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"
]
}