forked from robisaks/rockonnggl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AndroidManifest.xml
158 lines (134 loc) · 5.93 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.abrantix.rockon.rockonnggl"
android:versionName="1.0.79" android:versionCode="80">
<!-- android:installLocation="auto"-->
<application
android:icon="@drawable/icon_dice"
android:label="@string/app_name">
<!-- MAIN ACTIVITY -->
<activity
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenGL"
android:label="@string/app_name"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenGL"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<!-- PREFERENCE ACTIVITY -->
<activity
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenPreferences"
android:label="@string/app_name"/>
<!-- MANUAL ART CHOOSER ACTIVITY -->
<activity
android:name="org.abrantix.rockon.rockonnggl.ManualAlbumArtActivity"
android:label="@string/app_name"
android:launchMode="singleTask"/>
<!-- EQAULIZER -->
<activity
android:name="org.abrantix.rockon.rockonnggl.EqualizerActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait"/>
<!-- DONATE ACTIVITY -->
<activity
android:name="org.abrantix.rockon.rockonnggl.DonateActivity"
android:label="@string/app_name"
android:launchMode="singleTask"/>
<!-- DIRECTORY FILTER ACTIVITY -->
<activity
android:name="org.abrantix.rockon.rockonnggl.DirectoryFilterActivity"
android:label="@string/app_name"
android:launchMode="singleTask"/>
<!-- LOCK SCREEN ACTIVITY -->
<activity
android:theme="@android:style/Theme.Wallpaper"
android:windowNoTitle="true"
android:screenOrientation="portrait"
android:name="org.abrantix.rockon.rockonnggl.LockScreen"
android:label="@string/app_name"
android:launchMode="singleTop"
android:taskAffinity="org.abrantix.rockon.none"
android:excludeFromRecents="true">
</activity>
<!-- android:process="org.abrantix.rockon.rockonnggl.lockscreenprocess">-->
<!-- android:theme="@android:style/Theme.Wallpaper"-->
<!-- android:theme="@android:style/Theme.Translucent"-->
<!-- SERVICE -->
<service
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenService"
android:exported="true"
android:process="org.abrantix.rockon.rockonnggl.serviceprocess"/>
<!-- MEDIA BUTTON RECEIVER -->
<receiver android:name="org.abrantix.rockon.rockonnggl.MediaButtonIntentReceiver">
<intent-filter
android:priority="3" >
<action android:name="android.intent.action.MEDIA_BUTTON"/>
<action android:name="android.media.AUDIO_BECOMING_NOISY"/>
</intent-filter>
</receiver>
<!-- DOES NOT WORK, NEEDS TO BE A REGISTERED RECEIVER -->
<!-- SCREEN ON RECEIVER -->
<!-- <receiver android:name=".ScreenOnIntentReceiver">-->
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.SCREEN_ON"/>-->
<!-- </intent-filter>-->
<!-- </receiver>-->
<!-- WIDGET -->
<receiver
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenAppWidgetProvider"
android:label="³ Small">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info"/>
</receiver>
<!-- WIDGET 3x3 -->
<receiver
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenAppWidgetProvider3x3"
android:label="³ Medium">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info_3x3"/>
</receiver>
<!-- WIDGET 4x4 -->
<receiver
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenAppWidgetProvider4x4"
android:label="³ Large">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info_4x4"/>
</receiver>
<!-- WIDGET 4x1 -->
<receiver
android:name="org.abrantix.rockon.rockonnggl.RockOnNextGenAppWidgetProvider4x1"
android:label="³ Classic">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info_4x1"/>
</receiver>
</application>
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true" />
<uses-feature android:glEsVersion="0x00010000"/>
<uses-sdk android:minSdkVersion="3" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
<uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>
<uses-permission android:name="android.permission.WAKE_LOCK"></uses-permission>
<uses-permission android:name="android.permission.DISABLE_KEYGUARD"></uses-permission>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
<!--<uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>-->
</manifest>