39404142434445
this.context = context; Hashtable<String,Object> p = new Hashtable<String,Object>(); // p.put(Action.ACTION_MENU, new String[] {"a:b", "a:c", "a:d", // "a:d:e"}); context.registerService(Action.class.getName(), new ReflectAction(""), p); }