app: disable test for "ProtectedPermissions"

Needed for tests to pass after READ_LOGS and WRITE_SECURE_SETTINGS
were added to AndroidManifest.xml.
This commit is contained in:
Henrik Grimler
2021-01-01 17:41:18 +01:00
parent 7fe5bd32c8
commit b1d4c0c7fe

View File

@@ -64,6 +64,10 @@ android {
}
}
lintOptions {
disable 'ProtectedPermissions'
}
testOptions {
unitTests {
includeAndroidResources = true