Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d936867 authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "enabled hardware acceleration for DRT"

parents 2e1f5b0d c54476b4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@
                <category android:name="android.intent.category.TEST" />
            </intent-filter>
        </activity>
        <activity android:name="TestShellActivity" android:launchMode="singleTop"
        <activity android:name="TestShellActivity"
          android:launchMode="singleTop"
          android:hardwareAccelerated="true"
          android:screenOrientation="portrait"
          android:theme="@android:style/Theme.Light"/>
        <activity android:name="ReliabilityTestActivity" android:screenOrientation="portrait"