Skip to content

Commit 3ff50a0

Browse files
committed
Change hard-coded URL for accessibility script.
The old version of the script is broken and is cached due to an error in our gstatic configuration. We had to change the name to avoid hitting the cached version on external proxies. Bug: 6702042 Change-Id: I0e5ee8b3a6ae8c7ba11f5760f2f99d4b5614ac97
1 parent 5680267 commit 3ff50a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SettingsProvider/res/values/defaults.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
<!-- Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION_URL -->
122122
<string name="def_accessibility_screen_reader_url" translatable="false">
123-
https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js
123+
https://ssl.gstatic.com/accessibility/javascript/android/AndroidVox_v1.js
124124
</string>
125125

126126
<!-- Default for Settings.Secure.TOUCH_EXPLORATION_ENABLED -->

0 commit comments

Comments
 (0)