mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-06 11:18:08 -05:00
Manifest: Allow backup of app.
This commit is contained in:
parent
214faa06b6
commit
e931087172
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user