Remove plugins permission

This commit is contained in:
MM20
2023-12-18 16:59:58 +01:00
parent cb7f6b6693
commit a4aa4120de
6 changed files with 2 additions and 20 deletions
@@ -50,6 +50,7 @@ class PluginScanner(
)
)
} catch (e: SecurityException) {
CrashReporter.logException(e)
continue
} catch (e: Exception) {
CrashReporter.logException(e)
@@ -109,6 +109,7 @@ internal class PluginServiceImpl(
}
repository.deleteMany().join()
repository.insertMany(plugins).join()
Log.d("PluginService", "${plugins.size} plugins found.")
}
Log.d("PluginService", "done.")
}