From: Tobias Brunner Date: Thu, 14 May 2020 13:55:36 +0000 (+0200) Subject: android: Suppress linting error in manifest related to cert import activity X-Git-Tag: 5.9.0dr1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadba6d2251e6b10580d35ce4551ce2f147c727e;p=thirdparty%2Fstrongswan.git android: Suppress linting error in manifest related to cert import activity tags that only specify the mimeType attribute are perfectly fine according to the docs. --- diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index 6c61e06f17..3f6302d070 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ for more details. --> @@ -141,7 +142,7 @@ android:name=".ui.TrustedCertificateImportActivity" android:label="@string/import_certificate" android:theme="@style/TransparentActivity" > - +