package lifecycle type OpenIntent string const ( OpenIntentNone OpenIntent = "" OpenIntentRemoteSyncSetup OpenIntent = "remote_sync_setup" OpenIntentRemoteSyncSettings OpenIntent = "remote_sync_settings" )