My favorites
|
Sign in
androidlocation
Connect with friends and get alerted where they are nearby, explore places and events recommended by friends
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r42
Source path:
svn
/
trunk
/
AndroidLocation
/
AndroidManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.apache.maps">
<uses-permission android:name="android.permission.ACCESS_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_GPS"/>
<uses-permission android:name="android.permission.ACCESS_ASSISTED_GPS"/>
<uses-permission android:name="android.permission.ACCESS_CELL_ID"/>
<application>
<activity android:name=".FriendFinder" android:label="@string/main_title">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".BrowseMap" android:label="BrowseMap">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Search" android:label="Find">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name=".Settings" android:label="Settings">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>
Show details
Hide details
Change log
r40
by arormoser on Feb 18, 2008
Diff
MD5 Build
Go to:
/trunk/AndroidLocation/.classpath
/trunk/AndroidLocation/.project
...roidLocation/AndroidManifest.xml
...nk/AndroidLocation/BrowseMap.iml
...nk/AndroidLocation/BrowseMap.ipr
...nk/AndroidLocation/BrowseMap.iws
/trunk/AndroidLocation/META-INF
...oidLocation/META-INF/MANIFEST.MF
/trunk/AndroidLocation/assets
/trunk/AndroidLocation/build.xml
/trunk/AndroidLocation/res
/trunk/AndroidLocation/res/drawable
/trunk/AndroidLocation/res/layout
...ocation/res/layout/browsemap.xml
...idLocation/res/layout/search.xml
...Location/res/layout/settings.xml
/trunk/AndroidLocation/res/values
...dLocation/res/values/strings.xml
/trunk/AndroidLocation/src
/trunk/AndroidLocation/src/org
...k/AndroidLocation/src/org/apache
...roidLocation/src/org/apache/maps
...c/org/apache/maps/BrowseMap.java
.../src/org/apache/maps/Friend.java
...rg/apache/maps/FriendFinder.java
...apache/maps/LocationObjects.java
.../org/apache/maps/MyLocation.java
.../src/org/apache/maps/Search.java
...rc/org/apache/maps/Settings.java
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1642 bytes, 32 lines
View raw file
Hosted by