remove non existent rule, add LockedOrientationActivity

This commit is contained in:
alex 2020-06-08 11:04:53 +03:00
parent 1f6665086b
commit 068fdc2105
1 changed files with 3 additions and 2 deletions

View File

@ -8,12 +8,13 @@
<ignore regexp="All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions *. Examples include *"/>
</issue>
<!-- todo: lint bug? -->
<issue id="MissingRegistered" severity="ignore"/>
<!-- todo: lint bug? -->
<issue id="MissingPermission" severity="ignore"/>
<!-- todo: lint bug? -->
<issue id="MissingSuperCall" severity="ignore"/>
<!--All activities should have locked orientation-->
<issue id="LockedOrientationActivity" severity="ignore"/>
<issue id="AllowAllHostnameVerifier" severity="error"/>
<issue id="InvalidUsesTagAttribute" severity="error"/>
<issue id="MissingIntentFilterForMediaSearch" severity="error"/>