Adds an MDM setting `OnboardingFlow` which allows for the intro screen to be skipped when set to true.
Adds MDM Setting update to the top of MainActivity onCreate to ensure the latest MDMSettings are accurate. When attempting to do this while
relying on MDMSettings being update during onResume it created a race condition where occasionally OnboardingFlow was being evaluated to the
default value `show` when in reality it should be set to `hide`.
updates tailscale/corp#29482
Signed-off-by: zbuchheit <zachb@tailscale.com>
<stringname="run_as_exit_node_visibility">Run as exit node visibility</string>
<stringname="run_as_exit_node_visibility">Run as exit node visibility</string>
<stringname="defines_an_auth_key_that_will_be_used_for_login">Defines an auth key that will be used for login.</string>
<stringname="defines_an_auth_key_that_will_be_used_for_login">Defines an auth key that will be used for login.</string>
<stringname="auth_key">Auth Key</string>
<stringname="auth_key">Auth Key</string>
<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>
<stringname="onboarding_flow">Skip the Onboarding Flow</string>