misc stubbing for ctr2

This commit is contained in:
Mis012
2023-01-14 14:32:37 +01:00
parent f8beaa4a7d
commit 27f3d288dd
16 changed files with 184 additions and 0 deletions

View File

@@ -4,4 +4,8 @@ public class TelephonyManager {
public String getNetworkOperatorName() {
return "none"; // FIXME: can we return null here?
}
public int getPhoneType() {
return 0; // PHONE_TYPE_NONE
}
}