forked from organicmaps/organicmaps-tmp
[android][manifest] Set full paths to activity to potentially avoid strange crash with 3rd party apps BackupAgent on startup
This commit is contained in:
parent
5f202e1c44
commit
887b861a06
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
<supports-screen android:largeScreens="true"/>
|
||||
|
||||
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name">
|
||||
<activity android:name=".MWMActivity"
|
||||
<activity android:name="com.mapswithme.maps.MWMActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/MWMNoTitle">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".DownloadUI"
|
||||
<activity android:name="com.mapswithme.maps.DownloadUI"
|
||||
android:label="@string/download_maps"
|
||||
android:screenOrientation="behind">
|
||||
</activity>
|
||||
|
|
Loading…
Add table
Reference in a new issue