File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
project/Libraries/DroidPlugin/src/com/morgoo/droidplugin/pm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
*/
62
62
public class PluginManager implements ServiceConnection {
63
63
64
- public static final String ACTION_PACKAGE_ADDED = "com.morgoo.doirplugin .PACKAGE_ADDED" ;
65
- public static final String ACTION_PACKAGE_REMOVED = "com.morgoo.doirplugin .PACKAGE_REMOVED" ;
64
+ public static final String ACTION_PACKAGE_ADDED = "com.morgoo.droidplugin .PACKAGE_ADDED" ;
65
+ public static final String ACTION_PACKAGE_REMOVED = "com.morgoo.droidplugin .PACKAGE_REMOVED" ;
66
66
public static final String ACTION_DROIDPLUGIN_INIT = "com.morgoo.droidplugin.ACTION_DROIDPLUGIN_INIT" ;
67
67
public static final String ACTION_MAINACTIVITY_ONCREATE = "com.morgoo.droidplugin.ACTION_MAINACTIVITY_ONCREATE" ;
68
68
public static final String ACTION_MAINACTIVITY_ONDESTORY = "com.morgoo.droidplugin.ACTION_MAINACTIVITY_ONDESTORY" ;
You can’t perform that action at this time.
0 commit comments