With the nb188
release on Nov 11, 2021, AI2 removed this permission from the Manifest:
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
After that, some extensions (for checking network connection, that have not declared this permission) seem to no longer work. Here is a small extension that declares this permission again in the Manifest.
NetworkStatePerm.aix (4.3 KB)
See also here and android.permission.access_NETWORK_STATE.