Create LocalePickerFragment for fragmentizing LocalePicker Activity.

Need to add proguard.flag, as the Activity crashes without it.

Change-Id: Icbc75be4a4183920ed472ac64cc509115260f865
This commit is contained in:
Daisuke Miyakawa
2010-08-12 13:04:43 -07:00
parent 6a3e48c035
commit c81adf598f
5 changed files with 207 additions and 170 deletions

View File

@@ -8,6 +8,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := Settings
LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.