isuPatches / android-wisefy

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

Remove "allowBackup" from Manifest #113

Closed isuPatches closed 6 years ago

isuPatches commented 6 years ago

As a developer, I want to remove "allowBackup" since there are currently no cases where we are storing or require a backup to be performed so that thrid parties can avoid a manifest merger issue.

Acceptance Criteria