We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4913317 commit f228156Copy full SHA for f228156
README.md
@@ -111,6 +111,14 @@ An example `defaults.json` with completely new defaults (not all entries need to
111
}
112
```
113
114
+#### Pre-seed Preferences via Managed App Restrictions
115
+If you are using a device owner app, you can also pre-seed the preferences via managed app restrictions.
116
+The same keys as in the JSON file above can be used.
117
+
118
+See: https://developer.android.com/work/managed-configurations
119
120
+> NOTE: Updates to app restrictions are only applied when the service restarts.
121
122
### Remote Control via the Intent Interface
123
124
droidVNC-NG features a remote control interface by means of Intents. This allows starting the VNC
0 commit comments