Skip to content

Commit

Permalink
DOC,Already support all LaunchMod of Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzy committed Nov 9, 2015
1 parent f05b212 commit 5aa8b78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ It enables the host app run any third-party apk without installation, modificati
2. Unable to define specified `Intent Filter` for the plugged app's `Service``Activity``BroadcastReceiver`
and `ContentProvider`. So the plugged app is invisible for the outside system and app.

3. Unable to support all `LaunchMode` of `Activity`, has problems with Activity stack management. `Activity`'s `onNewIntent` method may not be called (This is a bug, will be fixed in the future).

3. Lack of `Hook` to the `Native` layer, thus apk (e.g. a majority of game apps) with `native` code cannot be loaded as plugin.

##Features:
Expand Down
3 changes: 1 addition & 2 deletions readme_cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Droid Plugin
======

DroidPlugin 是***360手机助手***在Android系统上实现了一种新的**插件机制**:它可以在无需安装、修改的情况下运行APK文件,此机制对改进大型APP的架构,实现多团队协作开发具有一定的好处。
DroidPlugin 是***360手机助手***在Android系统上实现了一种新的***插件机制***:它可以在无需安装、修改的情况下运行APK文件,此机制对改进大型APP的架构,实现多团队协作开发具有一定的好处。
-------


Expand All @@ -19,7 +19,6 @@ DroidPlugin 是***360手机助手***在Android系统上实现了一种新的**
a. 带自定义RemoteLayout的Notification
b. 图标通过R.drawable.XXX指定的通知(插件系统会自动将其转化为Bitmap)
2. 无法在插件中注册一些具有特殊Intent Filter的`Service``Activity``BroadcastReceiver``ContentProvider`等组件以供Android系统、已经安装的其他APP调用。
3.`Activity`的LaunchMode支持不够好,Activity Stack管理存在一定缺陷。Activity的`onNewIntent`函数可能不会被触发。 (此为BUG,未来会修复)
3. 缺乏对Native层的Hook,对某些带native代码的apk支持不好,可能无法运行。比如一部分游戏无法当作插件运行。

##特点:
Expand Down

0 comments on commit 5aa8b78

Please sign in to comment.