ACCESS_NETWORK_STATE is no longer declared in the Manifest by default

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.

4 Likes

this is only a workaround...
extension developers should update their extension accordingly in case that permission is required...
I now added the permission into the wifi extension, see here https://puravidaapps.com/wifi.php

Taifun

6 Likes

Of course, but unfortunately not every developer reacts as quickly as you ...
(if he reacts at all).

2 Likes