修复在Android O上创建快捷方式失败的问题;替换默认快捷方式图标
This commit is contained in:
@@ -227,16 +227,6 @@ public class ScriptCanvas {
|
||||
return mCanvas.clipPath(path);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean clipRegion(Region region, Region.Op op) {
|
||||
return mCanvas.clipRegion(region, op);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean clipRegion(Region region) {
|
||||
return mCanvas.clipRegion(region);
|
||||
}
|
||||
|
||||
public DrawFilter getDrawFilter() {
|
||||
return mCanvas.getDrawFilter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user