Exemplo n.º 1
0
 public static void Init() {
   SetupMenuActions.getInstance()
       .RegisterAction(
           ActionSetting.ACTION_CLASSIC_LAUNCHER,
           new SceneClassicAction(
               ActionSetting.ACTION_CLASSIC_LAUNCHER, SceneClassicAction.class.getName()));
 }
Exemplo n.º 2
0
 @Override
 protected void OnRunAction() {
   // TODO Auto-generated method stub
   SetupMenu.getInstance().getSetMenuDesktop().OnUnLoad();
   SetupMenuActions.getInstance().ActivityFinish(ActionSetting.ACTION_CLASSIC_LAUNCHER);
 }
Exemplo n.º 3
0
 public static void Init() {
   SetupMenuActions.getInstance()
       .RegisterAction(
           ActionSetting.ACTION_FEEDBACK,
           new FeedBackAction(ActionSetting.ACTION_FEEDBACK, FeedBackAction.class.getName()));
 }