[android-developers] error compiling .aidl file

2011-09-08 Thread Chetan Dhillon
Hi, I have a very simple .aidl file that I am getting error compiling. Here is my IPresence.aidl: package com.sample.presence; import com.sample.presence.StatusMessage; interface IPresence { int setStatusMessage(in String msg); } I also have StatusMessage.aidl in the package defined

[android-developers] Knowing calling application's info over RPC

2011-08-30 Thread Chetan Dhillon
I am writing a remote service using AIDL. The APIs on this service will be used by activities running in other applications after they bind to it. I want this service to be shared/used by among multiple applications that is why I want to run it in it own process and have other applications talk to