0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 04:42:28 +02:00
etesync-android/app/lint.xml
R Hirner a7e8221e26 Remove Debug settings activity
* remove debug settings activity; logging can now be enabled via adb setprop, since that's the default way of enabling verbose logs in HttpClient's Android flavour and adb is required for viewing the logs anway
* update i18n accordingly
2014-12-20 21:35:52 +01:00

6 lines
164 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage" severity="warning" />
<issue id="MissingTranslation" severity="warning" />
</lint>