mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
fa853f7e1d
The app's minSdkVersion = 15 (Android 4.0.3, Ice Cream Sandwich MR1), so there's no need to test the API level. This also removes '@SuppressLint("TrulyRandom")'. I find no documentation for it, nor do I find any additional lint errors with its removal.
10 lines
278 B
XML
10 lines
278 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<item type="id" name="dialog_confirm_delete"/>
|
|
<item type="id" name="dialog_confirm_spam"/>
|
|
<item type="id" name="dialog_attachment_progress"/>
|
|
<item type="id" name="dialog_account_setup_error"/>
|
|
|
|
</resources>
|