isuPatches / android-wisefy

Wrapper around WifiManager and ConnectivityManager for Android
Apache License 2.0
312 stars 38 forks source link

Add `@RequiresPermission` annotations #96

Closed isuPatches closed 6 years ago

isuPatches commented 6 years ago

There should be a set of RequiresPermission annotations added to the library to help users better understand the public API and the permissions it needs.

Acceptance Criteria