add Context.getWallpaper() for CTS

This commit is contained in:
Julian Winkler
2025-02-12 21:38:57 +01:00
parent 123de5f819
commit 4a0f3a0e28

View File

@@ -694,4 +694,8 @@ public class Context extends Object {
public boolean isDeviceProtectedStorage() {
return false;
}
public Drawable getWallpaper() {
return null;
}
}