Removed handling of layoutDirection configuration change

We thought this was required for resizing, but it isn't.

Bug: 26742139
Change-Id: Idb0cf4057c689718792730216ddff3ced3eb5200
diff --git a/hostsidetests/services/activitymanager/app/AndroidManifest.xml b/hostsidetests/services/activitymanager/app/AndroidManifest.xml
index 09dc4d8..84bbd42 100755
--- a/hostsidetests/services/activitymanager/app/AndroidManifest.xml
+++ b/hostsidetests/services/activitymanager/app/AndroidManifest.xml
@@ -26,7 +26,7 @@
         />
         <activity android:name=".NoRelaunchActivity"
                 android:resizeable="true"
-                android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
+                android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
                 android:exported="true"
         />
         <activity android:name=".SlowCreateActivity"
@@ -72,7 +72,7 @@
                   android:resizeable="true"
                   android:supportsPictureInPicture="true"
                   android:taskAffinity="nobody.but.LaunchPipOnPipActivity"
-                  android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
+                  android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
                   android:exported="true"
         />
     </application>