Skip to content

Commit

Permalink
Fix Manifest file allowBackup tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyandechiraju committed Jan 20, 2016
1 parent 4481fd0 commit ecf9fd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions weatherdownloaderlibrary/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<uses-permission android:name="android.permission.INTERNET"/>

<application
android:allowBackup="false"
android:label="@string/app_name"
android:supportsRtl="true">
android:label="@string/app_name">

</application>

Expand Down

0 comments on commit ecf9fd1

Please sign in to comment.