api-impl: misc stubs

This commit is contained in:
Markuss Broks
2024-10-12 14:53:30 +03:00
parent ab07fc11da
commit 24fab49a1c
16 changed files with 63 additions and 6 deletions

View File

@@ -57,4 +57,8 @@ public class TelephonyManager {
public int getCallState() {
return 0; // CALL_STATE_IDLE
}
public String getDeviceId() {
return "";
}
}