Change default master volume to 20 62/54162/2 submit/tizen/20151214.043120
authorMok Jeongho <jho.mok@samsung.com>
Fri, 11 Dec 2015 07:19:36 +0000 (16:19 +0900)
committerMok Jeongho <jho.mok@samsung.com>
Mon, 14 Dec 2015 03:12:33 +0000 (12:12 +0900)
Change-Id: I1863f2829befad12fbd9531008d1f507700cddcd
Signed-off-by: Mok Jeongho <jho.mok@samsung.com>
data/vconf-internal-sound-keys.xml
packaging/vconf-internal-keys.spec
report/vconf-internal-sound-keys.html
scripts/vconf-internal-sound-keys.sh

index d94e3dd..9718e0e 100644 (file)
@@ -7,7 +7,7 @@
     <email/>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
-  <vconfkey type="int32" name="file/private/sound/volume/master" value="100" gid="6514" uid="" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/volume.set">
+  <vconfkey type="int32" name="file/private/sound/volume/master" value="20" gid="6514" uid="" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/volume.set">
     <header>VCONFKEY_SOUND_VOLUME_TYPE_MASTER</header>
     <creator/>
     <email/>
index 0e4401b..01477c0 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.156
+Version:    0.0.157
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0
index 730fd6f..03160dc 100644 (file)
@@ -33,7 +33,7 @@
 <td><a href="../fullsearch/VCONFKEY_SOUND_VOLUME_TYPE_MASTER-result.txt">VCONFKEY_SOUND_VOLUME_TYPE_MASTER</a></td>
 <td>file/private/sound/volume/master</td>
 <td>int32</td>
-<td>100</td>
+<td>20</td>
 <td></td>
 <td></td>
 <td> </td>
index 3d9e056..0f66991 100644 (file)
@@ -2,7 +2,7 @@
 
 /usr/bin/buxton2ctl -i -d create-int32 "memory" "memory/Sound/SoundStatus"  "0"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/internal/default/platform"
 
-/usr/bin/buxton2ctl -i -d create-int32 "system" "file/private/sound/volume/master"  "100"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/volume.set"
+/usr/bin/buxton2ctl -i -d create-int32 "system" "file/private/sound/volume/master"  "20"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/volume.set"
 
 /usr/bin/buxton2ctl -i -d create-int32 "system" "file/private/sound/volume/system"  "9"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/volume.set"