jjzjj

freeStorageAndNotify

全部标签

Android M反射方法freeStorageAndNotify异常

我使用的是反射方法freeStorageAndNotify:MethodfreeStorageAndNotify=null;freeStorageAndNotify=service.packageManager.getClass().getMethod("freeStorageAndNotify",long.class,IPackageDataObserver.class);freeStorageAndNotify.invoke(PackageManager.class,maxCache+freeSpace,packageDataObserver);这会导致InvocationTarg

Android M反射方法freeStorageAndNotify异常

我使用的是反射方法freeStorageAndNotify:MethodfreeStorageAndNotify=null;freeStorageAndNotify=service.packageManager.getClass().getMethod("freeStorageAndNotify",long.class,IPackageDataObserver.class);freeStorageAndNotify.invoke(PackageManager.class,maxCache+freeSpace,packageDataObserver);这会导致InvocationTarg