OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
kjellander_webrtc
2015/11/12 13:02:18
I think it makes more sense for us to have a globa
phoglund
2015/11/12 13:21:34
Done.
| |
2 <lint> | |
3 <issue id="NewApi"></issue> | |
4 | |
5 <issue id="Locale" severity="ignore"/> | |
6 <issue id="SdCardPath" severity="ignore"/> | |
7 <issue id="UseValueOf" severity="ignore"/> | |
8 <issue id="InlinedApi" severity="ignore"/> | |
9 <issue id="DefaultLocale" severity="ignore"/> | |
10 <issue id="Assert" severity="ignore"/> | |
11 <issue id="UseSparseArrays" severity="ignore"/> | |
12 | |
13 <!-- These are just from the dummy AndroidManifest.xml we use for linting. | |
14 That file is located at app/webrtc/java/lint/AndroidManifest.xml. --> | |
kjellander_webrtc
2015/11/12 13:02:18
If you agree with the above this line needs to be
phoglund
2015/11/12 13:21:34
Well, they're still needed, but the file will be i
| |
15 <issue id="MissingApplicationIcon" severity="ignore"/> | |
16 <issue id="AllowBackup" severity="ignore"/> | |
17 <issue id="MissingVersion" severity="ignore"/> | |
18 </lint> | |
OLD | NEW |