mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
RelayReceiver should not be launched in new process since that
prevents its communicating with/updating a game that's already running. User presumably wants the current app state updated when possible.
This commit is contained in:
parent
c56f0b5cea
commit
c60e48b156
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@
|
|||
</activity>
|
||||
|
||||
<receiver android:name="RelayReceiver"
|
||||
android:process=":remote"
|
||||
/>
|
||||
|
||||
<activity android:name="DispatchNotify"
|
||||
|
|
Loading…
Reference in a new issue