Remove plugins permission
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user