Manifest: Allow backup of app.

This commit is contained in:
Sebastian Kaspari 2013-01-21 21:40:03 +01:00
parent 214faa06b6
commit e931087172
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<application
android:icon="@drawable/icon"
android:label="Yaaic"
android:theme="@style/Theme.Yaaic" >
android:theme="@style/Theme.Yaaic"
android:allowBackup="true">
<activity
android:name=".activity.ServersActivity"
android:label="@string/app_name"