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
Merge pull request #219 from googlesamples/pfm/update_readme
Update README.md
- Remove references to https://down-box.appspot.com/ till it is not fixed and add provisioning instructions to use the code **afw#testdpc**
- Add image for QR code
- Add required ANDROID_HOME setup step for Bazel
Copy file name to clipboardExpand all lines: README.md
+40-25Lines changed: 40 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,41 +5,54 @@ 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
9
-
---------------
8
+
## Getting Started
10
9
11
10
This sample uses the Bazel build system. To build this project, use the "bazel build testdpc" command.
12
11
13
12
This app can also be found [on the Play store](https://play.google.com/store/apps/details?id=com.afwsamples.testdpc).
14
13
15
-
Provisioning
16
-
------------
14
+
## Provisioning
17
15
18
16
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.
19
17
20
-
#### QR code provisioning (Device Owner N+ only) ####
18
+
###AFW# code provisioning (Device Owner M+)
21
19
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
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
20
+
2. When prompted to sign in, enter **afw#testdpc**
21
+
3. Follow onscreen instructions
25
22
26
-
#### ADB command ####
27
-
28
-
**Device Owner**
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