So that runtime permisions are less likely to be incorrectly declared. Bug: 141033226 Test: atest --test-mapping frameworks/base/data/etc/platform.xml:presubmit atest --test-mapping frameworks/base/core/res/AndroidManifest.xml:presubmit atest --test-mapping frameworks/base/core/java/android/app/AppOpsManager.java:presubmit Change-Id: I4cf58d2041b5fda6360ef148edb76c048371cca6
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"file_patterns": ["(/|^)platform.xml"],
|
|
"name": "CtsPermission2TestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.permission2.cts.RuntimePermissionProperties"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|