]> www.average.org Git - WhereAmI.git/blobdiff - AndroidManifest.xml
Implement OAuth2 authorization
[WhereAmI.git] / AndroidManifest.xml
index b262867a3b0dec824aad4c799fdc033fa100aea3..5ec033454772c63c739fe5211e0bab45c970120e 100644 (file)
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
+        <activity android:name="Authorize"
+                  android:label="@string/app_name">
+        </activity>
+        <activity android:name="WhereAmIprefs"
+                  android:label="@string/app_name">
+        </activity>
     </application>
 </manifest>