From b150c00c691e356adb0bfa0dbc3a901c2487c5a8 Mon Sep 17 00:00:00 2001 From: Liran Chen Date: Tue, 17 Sep 2013 22:12:45 +0300 Subject: Browser: added rtl support Change-Id: Ia341fae6b2ef87a8a240d8fe704f905f7cd1536c --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ce6ba36..dde71f7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -58,7 +58,8 @@ android:backupAgent=".BrowserBackupAgent" android:hardwareAccelerated="true" android:taskAffinity="android.task.browser" - android:usesCleartextTraffic="true" > + android:usesCleartextTraffic="true" + android:supportsRtl="true" >