|
|
|
|
@ -411,14 +411,7 @@
|
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
|
|
|
|
android:theme="@style/Theme.Dialog"/>
|
|
|
|
|
<activity android:name="com.todoroo.astrid.actfm.CommentsActivity"
|
|
|
|
|
android:windowSoftInputMode="stateHidden"/>
|
|
|
|
|
<receiver android:name="com.timsu.astrid.C2DMReceiver" permission="com.google.android.c2dm.permission.SEND">
|
|
|
|
|
<!-- Receive the actual message -->
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
|
|
|
|
<category android:name="com.timsu.astrid" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</receiver>
|
|
|
|
|
android:windowSoftInputMode="stateHidden"/>
|
|
|
|
|
|
|
|
|
|
<receiver android:name="com.google.android.gcm.GCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND" >
|
|
|
|
|
<intent-filter>
|
|
|
|
|
|