Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Commit

Permalink
#22 allowBackup proprety removed in all components
Browse files Browse the repository at this point in the history
  • Loading branch information
beworker committed Nov 24, 2014
1 parent a488754 commit 224ee98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tinybus-example/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
android:targetSdkVersion="21" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
Expand Down
2 changes: 1 addition & 1 deletion tinybus-extensions/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
android:minSdkVersion="8"
android:targetSdkVersion="21" />

<application android:allowBackup="false" />
<application />

</manifest>
3 changes: 1 addition & 2 deletions tinybus-tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.halfbit.tinybus.test" />

<application
android:allowBackup="false">
<application>
<uses-library android:name="android.test.runner" />
</application>

Expand Down

0 comments on commit 224ee98

Please sign in to comment.