Pebble: fix new app manager on 2.x

- properly intert apps reported from pebble into the corresponding tab
- disable tracking of installed apps
- disable drag and drop for apps and watchfaces
- ...
This commit is contained in:
Andreas Shimokawa
2016-06-24 13:39:29 +02:00
parent 1de6ee019f
commit 659165fa4c
6 changed files with 98 additions and 45 deletions
@@ -29,4 +29,8 @@ public class PebbleUtils {
}
return model;
}
public static int getFwMajor(String fwString) {
return fwString.charAt(1) - 48;
}
}