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.
9 lines
278 B
XML
9 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>
|