]> www.average.org Git - YkNeoCR.git/blobdiff - AndroidManifest.xml
begin converting to multiple ops per request
[YkNeoCR.git] / AndroidManifest.xml
index e9e69e02bebd986c4cb7649a940f57bfd0b78159..97bd259ee0b122fbb051dbaed7ea304234281a89 100644 (file)
                        </intent-filter>
                </activity>
 
-               <activity android:name=".TagEvent"
-                         android:label="@string/app_name">
+               <activity android:name=".QueryCrToken"
+                         android:label="@string/app_name"
+                         android:theme="@style/TransparentDialog">>
+                       <intent-filter>
+                               <action android:name="org.openintents.action.CHALLENGE_FOR_RESPONSE" />
+                               <category android:name="android.intent.category.DEFAULT" />
+                       </intent-filter>
                </activity>
 
        </application>