8000 Update README.md · CJavaScala/android-pluginmgr@cbb0a1a · GitHub
[go: up one dir, main page]

Skip to content

Commit cbb0a1a

Browse files
committed
Update README.md
1 parent 984c6f1 commit cbb0a1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Introduction ###
44
PluginManager is used to manage android applications like eclipse plugins.
55
you can start an activity from an uninstalled apk placed in sdcard,just like it has installed or regist in the application's `AndroidManifest.xml`.
6+
67
### Support Features
78
- a **normal** apk is regard as *plug-in*
89
- start activity from plugin
@@ -13,7 +14,7 @@ you can start an activity from an uninstalled apk placed in sdcard,just like it
1314
- support android2.x
1415

1516
it's easy to use:
16-
### Steps:
17+
### Steps:###
1718

1819
- declare permission in your `AndroidManifest.xml`:
1920

@@ -34,6 +35,8 @@ you can start an activity from an uninstalled apk placed in sdcard,just like it
3435
```java
3536
pluginMgr.startMainActivity(context, Plug.getPackageName());
3637
```
38+
39+
3740
### Copywrite ###
3841
```java
3942
/**

0 commit comments

Comments
 (0)
0