-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndroidManifest.xml
122 lines (107 loc) · 6.75 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:targetSdkVersion="4"
android:versionCode="17" android:versionName="1.204 - FC Fix" package="com.romcessed.romsearch" >
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
<service android:enabled="true"
android:name=".DownloadService">
</service>
<activity android:name="com.romcessed.romsearch.activities.TestActivity" android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:theme="@android:style/Theme.Light">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter><meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
</activity>
<activity android:name="com.romcessed.romsearch.activities.SearchActivity" android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:noHistory="true" android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<activity android:name="com.romcessed.romsearch.activities.RomListView"
android:launchMode="singleTask" android:theme="@android:style/Theme.Light">
<meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
<intent-filter>
<action android:name="com.romcessed.romsearch.action.LIST_ROMS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.romcessed.romsearch.activities.ScreenShotTestActivity"
android:theme="@android:style/Theme.Light">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.romcessed.romsearch.activities.LargeScreenshotView"
android:theme="@android:style/Theme.Dialog" />
<activity android:name="com.romcessed.romsearch.activities.ConsoleSelectionView"
android:theme="@android:style/Theme.Light" android:alwaysRetainTaskState="true" android:launchMode="singleTop">
<activity android:name="com.romcessed.romsearch.activities.ConsoleSelectionView">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
</activity>
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
</activity>
<activity android:name="com.romcessed.romsearch.activities.CategorySelectionView"
android:theme="@android:style/Theme.Light" android:finishOnTaskLaunch="true" android:launchMode="standard" android:stateNotNeeded="true">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
</activity>
<activity android:name="com.romcessed.romsearch.activities.SplashScreenActivity" android:configChanges="keyboardHidden|orientation" android:screenOrientation="portrait" android:finishOnTaskLaunch="true" android:launchMode="singleTask" android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"><intent-filter>
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<activity android:name="com.romcessed.romsearch.activities.RomHackSearch" android:label="RSP Hacks"
android:theme="@android:style/Theme.Light" android:finishOnTaskLaunch="true" android:launchMode="standard" android:stateNotNeeded="true">
<intent-filter>
<action android:name="com.romcessed.HACK_SEARCH"></action>
</intent-filter>
</activity>
<activity android:name="com.romcessed.romsearch.activities.RomDetailActivity" android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:theme="@android:style/Theme.Light" android:launchMode="singleTop" android:alwaysRetainTaskState="true">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.default_searchable"
android:value="com.romcessed.romsearch.activities.SearchActivity" />
</activity>
<activity android:name="com.romcessed.romsearch.activities.BrowseActivity"
android:noHistory="true" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:excludeFromRecents="true" android:launchMode="standard"></activity>
<activity android:name="com.romcessed.romsearch.activities.RegisterActivity"
android:configChanges="keyboardHidden|orientation" android:theme="@android:style/Theme.Dialog" android:excludeFromRecents="true" android:noHistory="true" android:screenOrientation="portrait"><intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter></activity>
<activity android:name="com.romcessed.romsearch.activities.ChooseProviderActivity" android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTask" android:alwaysRetainTaskState="true" android:theme="@android:style/Theme.Light.NoTitleBar" android:clearTaskOnLaunch="true"><intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter></activity>
<activity android:name="com.romcessed.romsearch.activities.LoginActivity" android:configChanges="keyboardHidden" android:alwaysRetainTaskState="true" android:launchMode="standard"><intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter></activity>
<activity android:name="com.romcessed.romsearch.activities.webViewActivity"></activity>
<activity android:name=".activities.PrefencesActivity" android:label="Preferences"></activity>
</application>
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
<uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>
<uses-permission android:name="android.permission.STATUS_BAR"></uses-permission>
</manifest>