mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-24 00:14:43 -04:00
Clarify the unused status of notificationManager
This commit is contained in:
@@ -97,6 +97,13 @@ public class FDroidApp extends Application {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
BluetoothAdapter bluetoothAdapter;
|
||||
|
||||
/**
|
||||
* The construction of this notification helper has side effects including listening and
|
||||
* responding to local broadcasts. It is kept as a reference on the app object here so that
|
||||
* it doesn't get GC'ed.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
NotificationHelper notificationHelper;
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user