Skip to content

Commit 5aa8b78

Browse files
committed
DOC,Already support all LaunchMod of Activity
1 parent f05b212 commit 5aa8b78

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ It enables the host app run any third-party apk without installation, modificati
2222
2. Unable to define specified `Intent Filter` for the plugged app's `Service``Activity``BroadcastReceiver`
2323
and `ContentProvider`. So the plugged app is invisible for the outside system and app.
2424

25-
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).
26-
2725
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.
2826

2927
##Features:

readme_cn.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Droid Plugin
22
======
33

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

77

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

2524
##特点:

0 commit comments

Comments
 (0)