mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
PebbleHardware: Fix linter
This commit is contained in:
+2
@@ -16,6 +16,7 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
package nodomain.freeyourgadget.gadgetbridge.devices.pebble;
|
package nodomain.freeyourgadget.gadgetbridge.devices.pebble;
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint;
|
||||||
import android.bluetooth.BluetoothDevice;
|
import android.bluetooth.BluetoothDevice;
|
||||||
import android.util.SparseArray;
|
import android.util.SparseArray;
|
||||||
|
|
||||||
@@ -33,6 +34,7 @@ import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
|
|||||||
* Unified source of truth for Pebble hardware definitions.
|
* Unified source of truth for Pebble hardware definitions.
|
||||||
* Contains platform types, hardware revisions, codenames, and BLE-only status.
|
* Contains platform types, hardware revisions, codenames, and BLE-only status.
|
||||||
*/
|
*/
|
||||||
|
@SuppressLint("MissingPermission")
|
||||||
public class PebbleHardware {
|
public class PebbleHardware {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(PebbleHardware.class);
|
private static final Logger LOG = LoggerFactory.getLogger(PebbleHardware.class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user