'PackageManager Api is faster than aidl service bind response
I'm trying to implement AIDL service where end user bind and get some status with boolean value as result.
But the response time is too long(ex: 900ms)
where as if we use any PackageManager API its returns the response in 8ms.
How package manager is that fast considering it is also having same behaviour as AIDL but faster.
is there any way we can improve aidl response faster.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
