feat(Samsung Radio): Add Disable device checks patch (#6145)

This commit is contained in:
rospino74 2025-10-22 08:09:34 +02:00 committed by GitHub
parent 6373829fd6
commit de97562c5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 291 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package android.os;
public class SemSystemProperties {
public static String getSalesCode() {
throw new UnsupportedOperationException("Stub");
}
}