-
Notifications
You must be signed in to change notification settings - Fork 1
/
AndroidManifest.xml
29 lines (24 loc) · 1.12 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
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gfxandroid.theme.Purplebread"
xmlns:pluto="http://www.w3.org/2001/pluto.html"
android:hasCode="false" android:versionCode="12" android:installLocation="internalOnly" android:versionName="2.9.2">
<application android:icon="@drawable/icon" android:label="@string/theme_name">
<activity android:name="com.tmobile.theme.Foo"
android:label="@string/theme_name"/>
</application>
<theme
pluto:themeId="Purpbread"
pluto:styleId="@style/Purpbread"
pluto:name="@string/theme_name"
pluto:preview="@drawable/preview"
pluto:author="@string/author"
pluto:copyright="@string/copyright"
pluto:wallpaperImage="@drawable/wallpaper"
pluto:styleName="@string/style_appearance_name"
pluto:ringtoneName="Shocking"
pluto:ringtoneFileName="media/audio/ringtones/Shocking.mp3"
pluto:notificationRingtoneName="Teleport"
pluto:notificationRingtoneFileName="media/audio/notifications/Teleport.mp3"
/>
</manifest>