PebbleHardware: Fix linter

This commit is contained in:
José Rebelo
2026-05-10 16:07:45 +01:00
parent 59391f3b0c
commit 7e1240da48
@@ -16,6 +16,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. */
package nodomain.freeyourgadget.gadgetbridge.devices.pebble;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothDevice;
import android.util.SparseArray;
@@ -33,6 +34,7 @@ import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
* Unified source of truth for Pebble hardware definitions.
* Contains platform types, hardware revisions, codenames, and BLE-only status.
*/
@SuppressLint("MissingPermission")
public class PebbleHardware {
private static final Logger LOG = LoggerFactory.getLogger(PebbleHardware.class);