Skip to content

Commit 850aeb2

Browse files
committed
Update README.
1 parent 5ea0236 commit 850aeb2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@ you can start an activity from an uninstalled apk placed in sdcard,just like it
7777
Context hostContext = (Context) getSystemService("GetHostContext");
7878
String pluginPackageName = (String) getSystemService("GetPluginPkgName");
7979
PackageInfo pluginPackageInfo = (PackageInfo) getSystemService("GetPluginPkgInfo");
80-
//... 破壳系统支持的操作详见 androidx/pluginmgr/Globals.java
80+
//...
81+
//破壳系统支持的操作详见 androidx/pluginmgr/Globals.java
8182
```
8283

8384
## License
85+
```java
8486
/*
8587
* Copyright (C) 2015 HouKx <hkx.aidream@gmail.com>
8688
*

0 commit comments

Comments
 (0)