Skip to content

Commit e2aa084

Browse files
committed
readme : change AIDL to Remoter
1 parent 817da1b commit e2aa084

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

readme/CONTRIBS.MD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some version release were usually go with a corresponding `floatstat_lib.aar` li
3030
base classes for plugin creation for example :
3131
- `PluginData` (Parcelable data used as reply from plugins to the main app)
3232
- `PluginIconProvider` (Base Class for Icon Provider)
33-
- `IFloatStatDataPlugin.Stub` (Base Binder for Plugin Service, Generated via AIDL)
33+
- `IFloatStatDataPlugin_Stub` (Base Binder for Plugin Service, Generated by Remoter)
3434

3535
If the latest app version in the release page have no `floatstat_lib.aar`, that means that there is no change
3636
in the library and you can safely use the latest `floatstat_lib.aar` included with release before the latest release.
@@ -39,8 +39,8 @@ For further example, you can examine the source code in the `plugin_example` dir
3939

4040
### Without the library
4141
You can made a plugin service without the base library:
42-
- Since the main app is internally using AIDL, you should know how to handle AIDL transaction with non-AIDL handler
43-
- The specification of the `PluginData` parcelable data structure is stored in the [AIDL File](../floatstat_lib/src/main/aidl/id/psw/floatstat/IFloatStatDataPlugin.aidl)
42+
- Since the main app is internally using Remoter, you should know how to handle Remoter transaction with non-Remoter handler
43+
- The specification of the `PluginData` parcelable data structure is stored in the [Source Code](../floatstat_lib/src/main/java/id/psw/floatstat/plugins/PluginData.kt)
4444
- You should be able to provide an icon for this app using ContentProvider
4545

4646
### Publishing the Plugin
@@ -53,7 +53,6 @@ a freeware closed-source project or even a paid app on Play Store. It's yours I
5353
- The Icon Uri (`iconValue`) in the `PluginData` class should be a `content://` URI, directing to your plugin's `ContentProvider`
5454
- When your plugin service crashes, The main app can still run without the presence of your plugin with blank line in it's place
5555

56-
5756
## Financial Support
5857
You can refer to [Donation Info](DONATE.MD) to view every possible way to donate for all contributors who
5958
listed theirs there.

0 commit comments

Comments
 (0)