Docs: Updating NFC and QR provisioning information
Add "It can also be used for QR code provisioning." To all of the following: EXTRA_PROVISIONING_DEVICE_ADMIN_MINIMUM_VERSION_CODE EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION EXTRA_PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM EXTRA_PROVISIONING_WIFI_HIDDEN EXTRA_PROVISIONING_WIFI_PAC_URL EXTRA_PROVISIONING_WIFI_PASSWORD EXTRA_PROVISIONING_WIFI_PROXY_BYPASS EXTRA_PROVISIONING_WIFI_PROXY_HOST EXTRA_PROVISIONING_WIFI_PROXY_PORT EXTRA_PROVISIONING_WIFI_SECURITY_TYPE EXTRA_PROVISIONING_WIFI_SSID And the lines - "Use in an NFC record with MIME_TYPE_PROVISIONING_NFC that starts device owner provisioning via an NFC bump. It can also be used for QR code provisioning." to the following: EXTRA_PROVISIONING_LOCALE EXTRA_PROVISIONING_LOCAL_TIME EXTRA_PROVISIONING_TIME_ZONE Bug: 67573007 Change-Id: I97cfa9a600e7954741dedd3f46303ed27e4e1a3e Test: Built docs with [go/abtd]
This commit is contained in:
@@ -1128,6 +1128,9 @@ public class DevicePolicyManager {
|
||||
* <p>Use only for device owner provisioning. This extra can be returned by the admin app when
|
||||
* performing the admin-integrated provisioning flow as a result of the {@link
|
||||
* #ACTION_GET_PROVISIONING_MODE} activity.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_TIME_ZONE
|
||||
= "android.app.extra.PROVISIONING_TIME_ZONE";
|
||||
@@ -1139,6 +1142,9 @@ public class DevicePolicyManager {
|
||||
* <p>Use only for device owner provisioning. This extra can be returned by the admin app when
|
||||
* performing the admin-integrated provisioning flow as a result of the {@link
|
||||
* #ACTION_GET_PROVISIONING_MODE} activity.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_LOCAL_TIME
|
||||
= "android.app.extra.PROVISIONING_LOCAL_TIME";
|
||||
@@ -1150,6 +1156,9 @@ public class DevicePolicyManager {
|
||||
* <p>Use only for device owner provisioning. This extra can be returned by the admin app when
|
||||
* performing the admin-integrated provisioning flow as a result of the {@link
|
||||
* #ACTION_GET_PROVISIONING_MODE} activity.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_LOCALE
|
||||
= "android.app.extra.PROVISIONING_LOCALE";
|
||||
@@ -1159,7 +1168,7 @@ public class DevicePolicyManager {
|
||||
* owner provisioning for downloading the mobile device management application.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_SSID
|
||||
= "android.app.extra.PROVISIONING_WIFI_SSID";
|
||||
@@ -1169,7 +1178,7 @@ public class DevicePolicyManager {
|
||||
* is hidden or not.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_HIDDEN
|
||||
= "android.app.extra.PROVISIONING_WIFI_HIDDEN";
|
||||
@@ -1180,7 +1189,7 @@ public class DevicePolicyManager {
|
||||
* {@code WEP} or {@code EAP}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_SECURITY_TYPE
|
||||
= "android.app.extra.PROVISIONING_WIFI_SECURITY_TYPE";
|
||||
@@ -1190,7 +1199,7 @@ public class DevicePolicyManager {
|
||||
* {@link #EXTRA_PROVISIONING_WIFI_SSID}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_PASSWORD =
|
||||
"android.app.extra.PROVISIONING_WIFI_PASSWORD";
|
||||
@@ -1281,7 +1290,7 @@ public class DevicePolicyManager {
|
||||
* {@link #EXTRA_PROVISIONING_WIFI_SSID}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_PROXY_HOST
|
||||
= "android.app.extra.PROVISIONING_WIFI_PROXY_HOST";
|
||||
@@ -1291,7 +1300,7 @@ public class DevicePolicyManager {
|
||||
* {@link #EXTRA_PROVISIONING_WIFI_SSID}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_PROXY_PORT
|
||||
= "android.app.extra.PROVISIONING_WIFI_PROXY_PORT";
|
||||
@@ -1301,7 +1310,7 @@ public class DevicePolicyManager {
|
||||
* {@link #EXTRA_PROVISIONING_WIFI_SSID}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_PROXY_BYPASS
|
||||
= "android.app.extra.PROVISIONING_WIFI_PROXY_BYPASS";
|
||||
@@ -1311,7 +1320,7 @@ public class DevicePolicyManager {
|
||||
* {@link #EXTRA_PROVISIONING_WIFI_SSID}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_WIFI_PAC_URL
|
||||
= "android.app.extra.PROVISIONING_WIFI_PAC_URL";
|
||||
@@ -1321,7 +1330,7 @@ public class DevicePolicyManager {
|
||||
* package. When not provided it is assumed that the device admin package is already installed.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION
|
||||
= "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION";
|
||||
@@ -1401,7 +1410,7 @@ public class DevicePolicyManager {
|
||||
* installed package is less than this version code.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_DEVICE_ADMIN_MINIMUM_VERSION_CODE
|
||||
= "android.app.extra.PROVISIONING_DEVICE_ADMIN_MINIMUM_VERSION_CODE";
|
||||
@@ -1411,7 +1420,7 @@ public class DevicePolicyManager {
|
||||
* url specified in {@link #EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION}.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER
|
||||
= "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER";
|
||||
@@ -1426,7 +1435,7 @@ public class DevicePolicyManager {
|
||||
* be asked to factory reset the device.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*
|
||||
* <p><strong>Note:</strong> for devices running {@link android.os.Build.VERSION_CODES#LOLLIPOP}
|
||||
* and {@link android.os.Build.VERSION_CODES#LOLLIPOP_MR1} only SHA-1 hash is supported.
|
||||
@@ -1472,7 +1481,7 @@ public class DevicePolicyManager {
|
||||
* the user will be asked to factory reset the device.
|
||||
*
|
||||
* <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC} that starts device owner
|
||||
* provisioning via an NFC bump.
|
||||
* provisioning via an NFC bump. It can also be used for QR code provisioning.
|
||||
*/
|
||||
public static final String EXTRA_PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM
|
||||
= "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM";
|
||||
|
||||
Reference in New Issue
Block a user