Skip to content

Commit

Permalink
Change to pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
kmobs committed Dec 17, 2010
1 parent e06f697 commit 885a45c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -5,7 +5,7 @@ LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_PACKAGE_NAME := CMGapps
LOCAL_PACKAGE_NAME := Pacman
LOCAL_CERTIFICATE := platform

include $(BUILD_PACKAGE)
Expand Down
5 changes: 3 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -4,9 +4,10 @@
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".DownloadActivity" android:label="@string/app_name">
<intent-filter>
<intent-filter android:priority="100">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CM Gapps Installer</string>
<string name="app_name">Market Apps Installer</string>
<string name="activity_title">Choose the apps to install</string>

<!-- App Names -->
Expand Down

0 comments on commit 885a45c

Please sign in to comment.