Skip to content

Commit 2c54144

Browse files
author
Tony Mak
authored
Update README.md
1 parent b6e0e92 commit 2c54144

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applicati
55

66
See the [documentation](https://developer.android.com/work/index.html) to learn more about Android for Work.
77

8-
Pre-requisites
9-
--------------
10-
11-
- Android O preview SDK
12-
- Android Build Tools v26.0.0-rc1
13-
- Android Support Repository
14-
158
Getting Started
169
---------------
1710

1811
This sample uses the Gradle build system. To build this project, use the "gradlew assemble" command or use "Import Project" in Android Studio.
1912

20-
NFC Provisioning
13+
Provisioning
2114
------------
2215

23-
The [NFC Provisioning app](https://github.com/googlesamples/android-NfcProvisioning) is used for *device owner* provisioning.
16+
You can find varioud kinds of provisioing methods [here](https://developers.google.com/android/work/prov-devices#Key_provisioning_differences_across_android_releases). Let's take QR and NFC provisioning as an example.
2417

18+
#### QR provisioing (N+ only) ####
19+
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
20+
2. The setup wizard prompts the user to connect to the Internet so the setup wizard can download a QR code reader.
21+
3. Modify (if needed) and scan [this QR code] (http://down-box.appspot.com/qr/nQB0tw7b).
22+
3. Follow onscreen instructions
23+
24+
#### NFC provisioning ####
25+
The [NFC Provisioning app](https://github.com/googlesamples/android-NfcProvisioning) is used for *device owner* provisioning.
2526
1. Push the nfcprovisioning.txt file to your device:
2627
`adb push nfcprovisioning.txt /sdcard/`
2728
2. Open the NFC Provisioning app and ensure that com.afwsamples.testdpc is auto-populated.

0 commit comments

Comments
 (0)