feat(Samsung Radio): Add Disable device checks patch (#6145)
This commit is contained in:
parent
6373829fd6
commit
de97562c5d
13 changed files with 291 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
package android.os;
|
||||
|
||||
public class SemSystemProperties {
|
||||
public static String getSalesCode() {
|
||||
throw new UnsupportedOperationException("Stub");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue