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

Commit

Permalink
refactor(policy): update minimum version for sim card PIN policy
Browse files Browse the repository at this point in the history
Signed-off-by: Domingo Oropeza <doropeza@teclib.com>
  • Loading branch information
DIOHz0r committed Jul 9, 2018
1 parent d745c87 commit 5335b58
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions install/policies/phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
'comment' => __('Set a SIM card PIN', 'flyvemdm'),
'default_value' => '0',
'recommended_value' => '0',
'is_android_policy' => '1',
'is_android_system' => '1',
'is_apple_policy' => '0',
'android_min_version' => '1.6',
'android_max_version' => '0',
'apple_min_version' => '0',
'apple_max_version' => '0',
],

[
Expand All @@ -62,8 +64,10 @@
'comment' => __('Set a SIM card PIN2', 'flyvemdm'),
'default_value' => '0',
'recommended_value' => '0',
'is_android_policy' => '1',
'is_android_system' => '1',
'is_apple_policy' => '0',
'android_min_version' => '1.6',
'android_max_version' => '0',
'apple_min_version' => '0',
'apple_max_version' => '0',
],
];

0 comments on commit 5335b58

Please sign in to comment.