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

Commit

Permalink
fix(policy): update default value for audo profile mode
Browse files Browse the repository at this point in the history
Signed-off-by: Domingo Oropeza <doropeza@teclib.com>
  • Loading branch information
DIOHz0r authored and ajsb85 committed May 31, 2018
1 parent bc8f6dc commit df8d86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/policies/userInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
'unicity' => 1,
'plugin_flyvemdm_policycategories_id' => $category,
'comment' => __('Audio profile mode used for device', 'flyvemdm'),
'default_value' => '0',
'recommended_value' => '0',
'default_value' => 'RINGER_MODE_NORMAL',
'recommended_value' => 'RINGER_MODE_NORMAL',
'is_android_system' => '1',
'android_min_version' => '5.0',
'android_max_version' => '0',
Expand Down

0 comments on commit df8d86e

Please sign in to comment.