diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-04 23:18:36 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-04 23:18:36 +0100 |
commit | 0086d5dc80dd95b1e8e4dcfe2d3d3090d260bb88 (patch) | |
tree | b1b600ca8aeed4136d0a536f5c5b7a540bf03f66 /libs/SwipyRefreshLayout/src/main/AndroidManifest.xml | |
parent | 909dac7ac2bd2e76b2514a7bc6044e918abdf13f (diff) |
Implements FS#83: Reload from last received message
Diffstat (limited to 'libs/SwipyRefreshLayout/src/main/AndroidManifest.xml')
-rw-r--r-- | libs/SwipyRefreshLayout/src/main/AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml b/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml new file mode 100644 index 00000000..a2916954 --- /dev/null +++ b/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml @@ -0,0 +1,8 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.orangegangsters.github.swipyrefreshlayout.library"> + + <application android:allowBackup="true"> + + </application> + +</manifest> |