This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1376,6 +1376,22 @@ static public function getPolicies() {
1376
1376
'is_apple_policy ' => '1 ' ,
1377
1377
],
1378
1378
1379
+ [
1380
+ 'name ' => __ ('Set a SIM card PIN ' , 'flyvemdm ' ),
1381
+ 'symbol ' => 'setSimCardPin ' ,
1382
+ 'group ' => 'phone ' ,
1383
+ 'type ' => 'int ' ,
1384
+ 'type_data ' => '' ,
1385
+ 'unicity ' => 1 ,
1386
+ 'plugin_flyvemdm_policycategories_id ' => 'Security > Phone ' ,
1387
+ 'comment ' => __ ('Set a SIM card PIN ' , 'flyvemdm ' ),
1388
+ 'default_value ' => '0 ' ,
1389
+ 'recommended_value ' => '0 ' ,
1390
+ 'is_android_policy ' => '1 ' ,
1391
+ 'is_android_system ' => '1 ' ,
1392
+ 'is_apple_policy ' => '0 ' ,
1393
+ ],
1394
+
1379
1395
[
1380
1396
'name ' => __ ('Disable all sounds ' , 'flyvemdm ' ),
1381
1397
'symbol ' => 'disableAllSounds ' ,
Original file line number Diff line number Diff line change @@ -269,6 +269,7 @@ public function testGetTopicsToCleanup() {
269
269
'Policy/disableSpeakerphone ' ,
270
270
'Policy/disableCreateVpnProfiles ' ,
271
271
'Policy/inventoryFrequency ' ,
272
+ 'Policy/setSimCardPin ' ,
272
273
'Policy/disableAllSounds ' ,
273
274
];
274
275
You can’t perform that action at this time.
0 commit comments