ハイ!
Wi-Fi 設定を使用してデバイスのポリシーを作成しました。Wi-Fi には接続できますが、プロキシ設定がないため、インターネットにアクセスできません。Google emm ページでプロキシ設定に関する情報が見つかりませんでした。https://developers.google.com/android/management/reference/rest/v1/enterprises.policies Android デバイス ポリシー経由でプロキシを構成する方法を知っている人はいますか。
{
"name": "enterprises/myenterpriseid/policies/browserkiosk",
"version": "32",
"applications": [
{
"packageName": "com.android.chrome",
"installType": "FORCE_INSTALLED",
"lockTaskAllowed": true,
"defaultPermissionPolicy": "GRANT"
}
}
],
"screenCaptureDisabled": true,
"openNetworkConfiguration": {
"NetworkConfigurations": [
{
"GUID": "id2",
"Name": "name2",
"Type": "WiFi",
"WiFi": {
"AutoConnect": true,
"SSID": "wlan2",
"Security": "WPA-PSK",
"Passphrase": "password2"
}
},
{
"GUID": "id1",
"Name": "name1",
"Type": "WiFi",
"WiFi": {
"AutoConnect": true,
"SSID": "wlan1",
"Security": "WPA-PSK",
"Passphrase": "password1"
}
}
]
},
"systemUpdate": {
"type": "WINDOWED",
"startMinutes": 120,
"endMinutes": 240
},
"factoryResetDisabled": true,
"safeBootDisabled": true,
"statusBarDisabled": true,
"keyguardDisabled": true,
"statusReportingSettings": {
"softwareInfoEnabled": true,
"memoryInfoEnabled": true,
"networkInfoEnabled": true,
"displayInfoEnabled": true,
"powerManagementEventsEnabled": true,
"hardwareStatusEnabled": true
},
"complianceRules": [
{
"nonComplianceDetailCondition": {
"settingName": "persistentPreferredActivities"
}
}
],
"blockApplicationsEnabled": true,
}
ありがとう