|
@@ -144,10 +144,6 @@ public class DataManager extends Application {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public static void insertFactoryApp() {
|
|
|
- getAppModel("com.xplora.factorymode");
|
|
|
- }
|
|
|
-
|
|
|
public static List<AppModel> getQuickAppsWithIndex(int index) {
|
|
|
int fromIndex = index * Constant.COUNT_VIEW_APP;
|
|
|
int toIndex = (fromIndex + Constant.COUNT_VIEW_APP);
|