mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
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:
@@ -64,6 +64,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'ProtectedPermissions'
|
||||
}
|
||||
|
||||
testOptions {
|
||||
unitTests {
|
||||
includeAndroidResources = true
|
||||
|
Reference in New Issue
Block a user