加载手势文件
GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");if (store.load()){? ? for (String name : store.getGestureEntries()){? ? ? ? // access each gesture name/id? ? }}