vendor/cloud/cloudservice/android/os/ICloudGpsCallback.aidl

5 lines
91 B
Plaintext
Raw Normal View History

2025-08-25 08:12:20 +08:00
package android.os;
interface ICloudGpsCallback {
void gpsStatusChanged(int status);
}