放弃使用aidl

This commit is contained in:
ZhanGSKen
2025-02-14 07:30:47 +08:00
parent 39fda1b5da
commit 419244b12a
5 changed files with 12 additions and 34 deletions

View File

@@ -1,13 +0,0 @@
// ISOSServiceInterface.aidl
package cc.winboll.studio.libappbase;
// Declare any non-default types here with import statements
interface ISOSServiceInterface {
/**
* Demonstrates some basic types that you can use as parameters
* and return values in AIDL.
*/
void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
double aDouble, String aString);
}

View File

@@ -1,5 +0,0 @@
// ISOSService.aidl
package cc.winboll.studio.libappbase;
interface ISOSService {
String getMessage();
}