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

Commit c54476b4 authored by Guang Zhu's avatar Guang Zhu
Browse files

enabled hardware acceleration for DRT

Change-Id: I1357c734288829b42cebe88f147f5b8a03ac6f74
parent 84e39167
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"