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:
Andy2 2011-02-09 06:32:07 -08:00
parent c56f0b5cea
commit c60e48b156

View file

@ -85,7 +85,6 @@
</activity> </activity>
<receiver android:name="RelayReceiver" <receiver android:name="RelayReceiver"
android:process=":remote"
/> />
<activity android:name="DispatchNotify" <activity android:name="DispatchNotify"