Ben Kwa | a864d03 | 2016-02-02 10:07:15 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <lint> |
Ben Kwa | f4b0ff6 | 2016-02-02 12:11:10 -0800 | [diff] [blame] | 3 | <!-- |
| 4 | Lint configuration for the framework-lint tool (go/fwlint). See |
| 5 | http://tools.android.com/tips/lint for full docs on the lint tool. |
| 6 | --> |
| 7 | |
| 8 | <!-- min-sdk doesn't apply to platform apps. --> |
Ben Kwa | a864d03 | 2016-02-02 10:07:15 -0800 | [diff] [blame] | 9 | <issue id="UsesMinSdkAttributes" severity="ignore" /> |
| 10 | |
Ben Kwa | f4b0ff6 | 2016-02-02 12:11:10 -0800 | [diff] [blame] | 11 | <!-- Protected permissions don't apply to system apps. --> |
Ben Kwa | a864d03 | 2016-02-02 10:07:15 -0800 | [diff] [blame] | 12 | <issue id="ProtectedPermissions" severity="ignore" /> |
Ben Kwa | f4b0ff6 | 2016-02-02 12:11:10 -0800 | [diff] [blame] | 13 | |
| 14 | <!-- Other recommended suppressions copied from go/fwlint. --> |
| 15 | <issue id="Assert" severity="ignore" /> |
| 16 | <issue id="ClickableViewAccessibility" severity="ignore" /> |
| 17 | <issue id="GoogleAppIndexingWarning" severity="ignore" /> |
| 18 | <issue id="MissingPermission" severity="ignore" /> |
| 19 | <issue id="ParcelClassLoader" severity="ignore" /> |
| 20 | <issue id="ParcelCreator" severity="ignore" /> |
| 21 | <issue id="Registered" severity="ignore" /> |
| 22 | <issue id="RtlHardcoded" severity="ignore" /> |
| 23 | <issue id="ShiftFlags" severity="ignore" /> |
| 24 | <issue id="SuspiciousImport" severity="ignore" /> |
| 25 | |
| 26 | <!-- Don't lint automatically translated strings. --> |
| 27 | <issue id="all"> |
| 28 | <ignore path="res/values-*/strings.xml" /> |
| 29 | </issue> |
| 30 | |
| 31 | <!-- Don't warn about missing translations. --> |
| 32 | <issue id="MissingTranslation"> |
| 33 | <ignore path="res/values/strings.xml" /> |
| 34 | </issue> |
| 35 | |
Ben Kwa | a864d03 | 2016-02-02 10:07:15 -0800 | [diff] [blame] | 36 | </lint> |