summaryrefslogtreecommitdiff
path: root/overlay-vendor/vendor/google/apps/SetupWizard/res/values/config.xml
blob: f91e55301283bdd6e300450639063d756ad03114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2017 Google Inc.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<resources>

    <!-- The list of actions that should be considered medium priority when deciding what kind of
         notification should be shown for deferred setup. String items should either be an intent
         URI present in the script, in which case it will be considered complete if that action
         returns any result code other than ResultCodes.RESULT_SKIP, or it can be a pseudo action,
         "lock_screen" or "restore", which will be completed when either a lock screen is set up
         or restore is complete. -->
    <string-array name="deferred_medium_priority_actions" translatable="false">
        <item>intent:#Intent;action=com.google.android.setupwizard.OPA_OPT_IN;end</item>
        <!-- "lock_screen" and "restore" are pseudo-actions. They don't correspond to actions in the
             script, but rather functions as a string key and the completed state is set in
             runtime in DeferredSetupActionsTracker#updateCompletedActions. -->
        <item>lock_screen</item>
        <item>restore</item>
        <item>intent:#Intent;action=com.google.android.setupwizard.ASSIST_GESTURE;end</item>
    </string-array>

    <string name="demo_device_admin_component_name" translatable="false">com.google.android.retaildemo/.DemoDeviceAdminReceiver</string>
    <string name="demo_device_admin_download_location" translatable="false">http://g.co/pixel/retaildemo</string>
    <string name="demo_device_admin_signature_checksum" translatable="false">ZUfHPe4VDBA5gL_f_lXMmgEdeF3WlKX5mv2CBbyvH4A</string>

</resources>