Ali Bakhtiari
Ali Bakhtiari

Reputation: 35

intent filter android.net.conn.CONNECTIVITY_CHANGE not found

in manifest in receiver tag and in its intent filter tag Android Studio does not offer action android.net.conn. what should I do now?

Upvotes: 2

Views: 536

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006674

what should I do now?

You should type it in yourself.

You should also note that this broadcast will not be sent to manifest-registered receivers as of Android 7.0. That may be why Android Studio no longer offers it for code-completion when editing the manifest.

Upvotes: 1

Related Questions