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
Copy file name to clipboardExpand all lines: README.md
+27-41Lines changed: 27 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,54 +5,41 @@ Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applicati
5
5
6
6
See the [documentation](https://developer.android.com/work/index.html) to learn more about Android in the enterprise.
7
7
8
-
## Getting Started
8
+
Getting Started
9
+
---------------
9
10
10
11
This sample uses the Bazel build system. To build this project, use the "bazel build testdpc" command.
11
12
12
13
This app can also be found [on the Play store](https://play.google.com/store/apps/details?id=com.afwsamples.testdpc).
13
14
14
-
## Provisioning
15
+
Provisioning
16
+
------------
15
17
16
18
You can find various kinds of provisioning methods [here](https://developers.google.com/android/work/prov-devices#Key_provisioning_differences_across_android_releases). Let's take a few of them as an example.
17
19
18
-
###AFW# code provisioning (Device Owner M+)
20
+
#### QR code provisioning (Device Owner N+ only) ####
19
21
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
20
-
2. When prompted to sign in, enter **afw#testdpc**
21
-
3. Follow onscreen instructions
22
+
2. The setup wizard prompts the user to connect to the Internet so the setup wizard can download a QR code reader.
23
+
3. Modify (if needed) and scan [this QR code] (http://down-box.appspot.com/qr/nQB0tw7b).
24
+
4. Follow onscreen instructions
22
25
23
-
### QR code provisioning (Device Owner N+ only)
24
-
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
25
-
1. On Android O or older, the setup wizard prompts the user to connect to the Internet so the setup wizard can download a QR code reader.
26
-
Android P and newer devices already have the QR code reader available.
0 commit comments