version:cube 4.8
fix:修复截图 update:
This commit is contained in:
@@ -42,12 +42,14 @@ public class RemoteService extends Service {
|
||||
|
||||
@Override
|
||||
public List<String> getHideIcon() throws RemoteException {
|
||||
return JGYUtils.getInstance().getHidePackage();
|
||||
List<String> hide = JGYUtils.getInstance().getHidePackage();
|
||||
return hide;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getDisableIcon() throws RemoteException {
|
||||
return JGYUtils.getInstance().getDisablePackage();
|
||||
List<String> disable = JGYUtils.getInstance().getDisablePackage();
|
||||
return disable;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user