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

Commit df8d86e

Browse files
DIOHz0rajsb85
authored andcommitted
fix(policy): update default value for audo profile mode
Signed-off-by: Domingo Oropeza <[email protected]>
1 parent bc8f6dc commit df8d86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/policies/userInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@
215215
'unicity' => 1,
216216
'plugin_flyvemdm_policycategories_id' => $category,
217217
'comment' => __('Audio profile mode used for device', 'flyvemdm'),
218-
'default_value' => '0',
219-
'recommended_value' => '0',
218+
'default_value' => 'RINGER_MODE_NORMAL',
219+
'recommended_value' => 'RINGER_MODE_NORMAL',
220220
'is_android_system' => '1',
221221
'android_min_version' => '5.0',
222222
'android_max_version' => '0',

0 commit comments

Comments
 (0)