Category "aidl"

Unable to start service intent u=0 when trying to bind to service

We have two apps now, say app1 and app2. We want to start app2 first and then app2 will call context.bindService() to invoke app1 without even requiring app1 to

Is it possible to send Uri using AIDL?

I have two apps, lets say AppClient and AppService. Those apps are communicating between each other using AIDL methods. Right now I would like to send Uri from

Flutter Print on Android Built In Printer

May i ask help to use flutter for print in my android built in printer ? I already search in everywhere but not found a clue but i just try use sunmi pos refere

Is there "@Deprecated" annotation for methods in .aidl files?

Is there a corresponding "@Deprecated" annotation-syntax for methods in .aidl files? I want to mark a method as deprecated, add a new method and promote the use