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

Commit 680ee94c authored by Ravneet Dhanjal's avatar Ravneet Dhanjal Committed by Android (Google) Code Review
Browse files

Merge "Enable screen on and unlock for MediaFrameworkTest"

parents acbd9e7b db3ef675
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -29,7 +29,10 @@
        <activity android:label="@string/app_name"
             android:name="MediaFrameworkTest"
             android:screenOrientation="landscape"
             android:exported="true">
             android:exported="true"
             android:showWhenLocked="true"
             android:turnScreenOn="true"
             android:keepScreenOn="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
@@ -38,7 +41,10 @@
        <activity android:label="Camera2CtsActivity"
             android:name="Camera2SurfaceViewActivity"
             android:screenOrientation="landscape"
             android:configChanges="keyboardHidden|orientation|screenSize">
             android:configChanges="keyboardHidden|orientation|screenSize"
             android:showWhenLocked="true"
             android:turnScreenOn="true"
             android:keepScreenOn="true">
        </activity>
    </application>