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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Provisioning
17
17
18
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.
19
19
20
-
#### QR code provisioing (Device Owner N+ only) ####
20
+
#### QR code provisioning (Device Owner N+ only) ####
21
21
1. Factory reset your device and tap the welcome screen in setup wizard 6 times.
22
22
2. The setup wizard prompts the user to connect to the Internet so the setup wizard can download a QR code reader.
23
23
3. Modify (if needed) and scan [this QR code] (http://down-box.appspot.com/qr/nQB0tw7b).
@@ -68,7 +68,7 @@ Android Studio import
68
68
---------------------
69
69
70
70
To import this repository in Android Studio, you need to use the
71
-
[Bazel for IntelliJ](https://plugins.jetbrains.com/plugin/8609-bazel-for-intellij)
71
+
[Bazel for Android Studio](https://plugins.jetbrains.com/plugin/9185-bazel-for-android-studio)
72
72
Plugin.
73
73
74
74
When importing the project you have to select the folder containing the Bazel's
@@ -78,11 +78,20 @@ this repository.
78
78
79
79
Once Bazel has complete the import operation and the first sync of the
80
80
project, you can create a "Run Configuration".
81
-
Select "Bazel Command" as Configuration type and add `//:testdpc` as
81
+
Select "Bazel Command" as Configuration type and add `//:testdpc` as
82
82
"target expression".
83
83
84
84
You can now run the project from inside Android Studio.
85
85
86
+
87
+
Building with Bazel
88
+
-------------------
89
+
90
+
The repository includes a `build.sh` script to build the application. The required
0 commit comments