|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | | - package="codeandoxalapa.org.mapmap"> |
| 3 | + package="org.codeandomexico.mapmap"> |
4 | 4 |
|
5 | 5 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
6 | 6 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
|
21 | 21 | android:theme="@android:style/Theme.NoTitleBar"> |
22 | 22 |
|
23 | 23 |
|
24 | | - <service android:name="codeandoxalapa.org.mapmap.CaptureService"> |
| 24 | + <service android:name="org.codeandomexico.mapmap.CaptureService"> |
25 | 25 | <intent-filter> |
26 | 26 | <action android:name="codeandoxalapa.org.mapmap.CaptureService" /> |
27 | 27 | </intent-filter> |
28 | 28 | </service> |
29 | 29 |
|
30 | 30 |
|
31 | 31 | <activity |
32 | | - android:name="codeandoxalapa.org.mapmap.MainActivity" |
| 32 | + android:name="org.codeandomexico.mapmap.MainActivity" |
33 | 33 | android:screenOrientation="portrait"> |
34 | 34 | <intent-filter> |
35 | 35 | <action android:name="android.intent.action.MAIN" /> |
36 | | - |
37 | 36 | <category android:name="android.intent.category.LAUNCHER" /> |
38 | 37 | </intent-filter> |
39 | 38 | </activity> |
40 | 39 |
|
41 | 40 | <activity |
42 | | - android:name="codeandoxalapa.org.mapmap.RegisterActivity" |
| 41 | + android:name="org.codeandomexico.mapmap.RegisterActivity" |
43 | 42 | android:screenOrientation="portrait" /> |
44 | 43 |
|
45 | 44 | <activity |
46 | | - android:name="codeandoxalapa.org.mapmap.NewActivity" |
| 45 | + android:name="org.codeandomexico.mapmap.NewActivity" |
47 | 46 | android:screenOrientation="portrait" /> |
48 | 47 |
|
49 | 48 | <activity |
50 | | - android:name="codeandoxalapa.org.mapmap.ReviewActivity" |
| 49 | + android:name="org.codeandomexico.mapmap.ReviewActivity" |
51 | 50 | android:screenOrientation="portrait" /> |
52 | 51 |
|
53 | 52 | <activity |
54 | | - android:name="codeandoxalapa.org.mapmap.UploadActivity" |
| 53 | + android:name="org.codeandomexico.mapmap.UploadActivity" |
55 | 54 | android:screenOrientation="portrait" /> |
56 | 55 |
|
57 | 56 | <activity |
58 | | - android:name="codeandoxalapa.org.mapmap.MapActivity" |
| 57 | + android:name="org.codeandomexico.mapmap.MapActivity" |
59 | 58 | android:screenOrientation="portrait" /> |
60 | 59 |
|
61 | 60 | <activity |
62 | | - android:name="codeandoxalapa.org.mapmap.CaptureActivity" |
| 61 | + android:name="org.codeandomexico.mapmap.CaptureActivity" |
63 | 62 | android:launchMode="singleTop" |
64 | 63 | android:screenOrientation="portrait" /> |
65 | 64 |
|
66 | 65 | <activity |
67 | | - android:name="codeandoxalapa.org.mapmap.EditActivity" |
| 66 | + android:name="org.codeandomexico.mapmap.EditActivity" |
68 | 67 | android:screenOrientation="portrait" /> |
69 | 68 |
|
70 | 69 | </application> |
|
0 commit comments