Fixing lint complaints, removing unused resources

This commit is contained in:
Dominik Schürmann
2014-08-04 16:29:16 +02:00
parent 3a6ac2a16a
commit a2c1221397
38 changed files with 19 additions and 93 deletions

View File

@@ -388,8 +388,8 @@ public class PassphraseCacheService extends Service {
} else {
// Fallback, since expandable notifications weren't available back then
builder.setSmallIcon(R.drawable.ic_launcher)
.setContentTitle(String.format(getString(R.string.passp_cache_notif_n_keys,
mPassphraseCache.size())))
.setContentTitle(String.format(getString(R.string.passp_cache_notif_n_keys),
mPassphraseCache.size()))
.setContentText(getString(R.string.passp_cache_notif_click_to_clear));
Intent intent = new Intent(getApplicationContext(), PassphraseCacheService.class);