mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
change AndroidYggmail package name to chat.delta.AndroidYggmail
This commit is contained in:
@@ -84,7 +84,7 @@ public class WelcomeActivity extends BaseActionBarActivity implements DcEventCen
|
||||
// Since android API 26 only explicit broadcasts are allowed for IPC with a few exceptions.
|
||||
// As a result we have to send for each companion app we want to support an intent with a
|
||||
// specified package
|
||||
intent.setPackage("org.cyberta");
|
||||
intent.setPackage("chat.delta.AndroidYggmail");
|
||||
intent.setAction(DC_REQUEST_ACCOUNT_DATA);
|
||||
sendBroadcast(intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user