blob: 57f8641a011265e31fd8c8696c391d2fb45bb415 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="test.pkg">
<application>
<activity android:name=".TestActivity" <warning descr="Expecting `android:screenOrientation=\"unspecified\"` or `\"fullSensor\"` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices">android:<caret>screenOrientation="portrait"</warning>/>
</application>
</manifest>