forked from mirror/monocles_chat
changed startup folder name
This commit is contained in:
parent
39316a69df
commit
be9341dea6
3 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
|||
<receiver android:name=".services.AlarmReceiver"></receiver>
|
||||
|
||||
<activity
|
||||
android:name="de.pixart.messenger.ui.StartUI"
|
||||
android:name="de.monocles.chat.ui.StartUI"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package de.pixart.messenger.ui;
|
||||
package de.monocles.chat.ui;
|
||||
|
||||
import android.Manifest;
|
||||
import android.content.Intent;
|
|
@ -1,4 +1,4 @@
|
|||
package de.pixart.messenger.ui;
|
||||
package de.monocles.chat.ui;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.Context;
|
Loading…
Add table
Reference in a new issue