修复在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();
|
||||
}
|
||||
|
||||
BIN
autojs/src/main/res/drawable-xhdpi/ic_file_type_js.png
Normal file
BIN
autojs/src/main/res/drawable-xhdpi/ic_file_type_js.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
Reference in New Issue
Block a user