forked from organicmaps/organicmaps
Fixed allowBackup attr to hide warning.
This commit is contained in:
parent
7661789be1
commit
69371aa3c5
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
|
||||
<application
|
||||
android:name="com.mapswithme.maps.MWMApplication"
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MwmMain">
|
||||
|
@ -273,6 +274,7 @@
|
|||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<service android:name="ru.mail.android.mytracker.campaign.CampaignService"/>
|
||||
|
||||
<receiver android:name="ru.mail.mrgservice.MRGSPackageRemoveReceiver">
|
||||
|
|
Loading…
Add table
Reference in a new issue