Add new vconf key to enable/disable granularity in screen-reader 18/305818/1 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen/unified/20240214.163955 accepted/tizen/unified/toolchain/20240311.065255 accepted/tizen/unified/x/20240219.013927
authorLukasz Oleksak <l.oleksak@samsung.com>
Thu, 8 Feb 2024 08:46:50 +0000 (09:46 +0100)
committerLukasz Oleksak <l.oleksak@samsung.com>
Thu, 8 Feb 2024 08:49:26 +0000 (09:49 +0100)
Change-Id: I00c61a685024070863f6d02de259d77d19577f50
Signed-off-by: Lukasz Oleksak <l.oleksak@samsung.com>
data/vconf-internal-setting-keys.xml
packaging/vconf-internal-keys.spec

index d554606..6847f05 100644 (file)
@@ -789,6 +789,13 @@ GLOBALUSER_APP_DATA_PATH=`tzplatform-get TZ_SYS_GLOBALUSER_DATA | sed 's/^.*=//'
     <email>s7158.kumar@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
+  <vconfkey type="bool" name="db/setting/accessibility/screen_reader/granularity" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_SCREEN_READER_GRANULARITY</header>
+    <val>1</val>
+    <creator>Lukasz Oleksak</creator>
+    <email>l.oleksak@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+  </vconfkey>
   <vconfkey type="bool" name="db/setting/accessibility/screen_reader/haptic" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
     <header>VCONFKEY_SETAPPL_ACCESSIBILITY_SCREEN_READER_HAPTIC</header>
     <val>1</val>
index 4b31dd5..bd640e8 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.189
+Version:    0.0.190
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0