You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdm: define TailscaleOnboardingSeen syspolicy on Android
Adds an MDM setting `TailscaleOnboardingSeen` which allows for the intro screen to be skipped when set to true.
Signed-off-by: zbuchheit <zachb@tailscale.com>
Copy file name to clipboardExpand all lines: android/src/main/res/values/strings.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,8 @@
214
214
<stringname="run_as_exit_node_visibility">Run as exit node visibility</string>
215
215
<stringname="defines_an_auth_key_that_will_be_used_for_login">Defines an auth key that will be used for login.</string>
216
216
<stringname="auth_key">Auth Key</string>
217
+
<stringname="skips_the_intro_page_shown_to_users_that_open_the_app_for_the_first_time">Skips the intro page shown to users that open the app for the first time</string>
218
+
<stringname="tailscale_onboarding_seen">Mark Onboarding Page as Seen</string>
0 commit comments