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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,28 @@ This sample uses the Gradle build system. To build this project, use the "gradle
13
13
Provisioning
14
14
------------
15
15
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.
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 a few of them as an example.
17
17
18
-
#### QR provisioing (N+ only) ####
18
+
#### QR code provisioing (Device Owner N+ only) ####
19
19
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
20
20
2. The setup wizard prompts the user to connect to the Internet so the setup wizard can download a QR code reader.
21
21
3. Modify (if needed) and scan [this QR code] (http://down-box.appspot.com/qr/nQB0tw7b).
22
-
3. Follow onscreen instructions
22
+
4. Follow onscreen instructions
23
23
24
-
#### NFC provisioning ####
24
+
#### NFC provisioning (Device Owner)####
25
25
The [NFC Provisioning app](https://github.com/googlesamples/android-NfcProvisioning) is used for *device owner* provisioning.
26
26
1. Push the nfcprovisioning.txt file to your device:
27
27
`adb push nfcprovisioning.txt /sdcard/`
28
28
2. Open the NFC Provisioning app and ensure that com.afwsamples.testdpc is auto-populated.
29
29
3. Bump the devices and touch to beam.
30
30
4. Follow onscreen instructions on the target device.
0 commit comments