MCPcopy Create free account
hub / github.com/RevEngiSquad/PineHookPlus / delete

Method delete

app/src/main/java/com/pinehook/plus/Loader.java:58–61  ·  view source on GitHub ↗
(@NonNull Uri uri, @Nullable String selection, @Nullable String[] selectionArgs)

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public int delete(@NonNull Uri uri, @Nullable String selection, @Nullable String[] selectionArgs) {
60 return 0;
61 }
62
63 @Override
64 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, @Nullable String[] selectionArgs) {

Callers 1

extractApkToCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected