Skip to content

Commit d061780

Browse files
committed
update demo
1 parent 46b6447 commit d061780

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Samples/PluginMain/src/main/java/com/example/pluginmain/MainActivity.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,6 @@ private void testProvider() {
427427
return;
428428
}
429429

430-
//todo cailiming bugfix on android12:在非插件进程中调用插件进程的contentprovider会造成ANR
431-
//这个类中的逻辑需要适配 com.limpoxe.fairy.core.proxy.systemservice.AndroidAppIActivityManager$getContentProvider
432-
if (Build.VERSION.SDK_INT >= 31) {
433-
return;
434-
}
435-
436430
ContentValues values = new ContentValues();
437431
values.put(MY_FIRST_PLUGIN_NAME, "test web" + System.currentTimeMillis());
438432
Uri uri = getContentResolver().insert(CONTENT_URI, values);

0 commit comments

Comments
 (0)