Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit aa63342

Browse files
committed
refactor(policy): update minimum version for sim card PIN policy
Signed-off-by: Domingo Oropeza <[email protected]>
1 parent 2c0109c commit aa63342

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

install/policies/phone.php

+8-4
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@
4646
'comment' => __('Set a SIM card PIN', 'flyvemdm'),
4747
'default_value' => '0',
4848
'recommended_value' => '0',
49-
'is_android_policy' => '1',
5049
'is_android_system' => '1',
51-
'is_apple_policy' => '0',
50+
'android_min_version' => '1.6',
51+
'android_max_version' => '0',
52+
'apple_min_version' => '0',
53+
'apple_max_version' => '0',
5254
],
5355

5456
[
@@ -62,8 +64,10 @@
6264
'comment' => __('Set a SIM card PIN2', 'flyvemdm'),
6365
'default_value' => '0',
6466
'recommended_value' => '0',
65-
'is_android_policy' => '1',
6667
'is_android_system' => '1',
67-
'is_apple_policy' => '0',
68+
'android_min_version' => '1.6',
69+
'android_max_version' => '0',
70+
'apple_min_version' => '0',
71+
'apple_max_version' => '0',
6872
],
6973
];

0 commit comments

Comments
 (0)