Skip to content

Commit

Permalink
Initial OSP push
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Mathur <[email protected]>
  • Loading branch information
mathur committed Nov 10, 2013
0 parents commit 752f051
Show file tree
Hide file tree
Showing 35 changed files with 6,670 additions and 0 deletions.
54 changes: 54 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yourname.themename"
android:versionCode="1"
android:versionName="1.0">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />

<application android:icon="@drawable/icon" android:label="@string/theme_title">
<activity android:name="com.arandompackage.minimothemetest.MainActivity" android:label="@string/theme_title">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.anddoes.launcher.THEME" />
</intent-filter>


<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="com.gau.go.launcherex.theme" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.fede.launcher.THEME_ICONPACK" />
</intent-filter>
<intent-filter>

</intent-filter>
</activity>
<activity
android:name=".IconPack"
android:enabled="@bool/enableIconPack"
android:label="@string/app_name"
android:icon="@drawable/icon">
<intent-filter>
<action android:name="org.adw.launcher.THEMES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="org.adw.launcher.icons.ACTION_PICK_ICON" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>

</manifest>
2,309 changes: 2,309 additions & 0 deletions assets/appfilter.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 752f051

Please sign in to comment.