cleanup
This commit is contained in:
parent
5ad6063416
commit
030d09c1c2
1 changed files with 10 additions and 0 deletions
|
@ -891,5 +891,15 @@
|
|||
</activity>
|
||||
|
||||
<receiver android:name="net.osmand.plus.liveupdates.LiveUpdatesAlarmReceiver"/>
|
||||
|
||||
<activity
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
android:label="Application profiles"
|
||||
android:name=".profiles.SettingsProfileActivity"/>
|
||||
|
||||
<activity
|
||||
android:name=".profiles.EditProfileActivity"
|
||||
android:label="Application profiles"/>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue