diff --git a/apps/PushApiAuthenticator/Android.mk b/apps/PushApiAuthenticator/Android.mk new file mode 100644 index 000000000..8616882b6 --- /dev/null +++ b/apps/PushApiAuthenticator/Android.mk @@ -0,0 +1,18 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := tests + +# Only compile source java files in this apk. +LOCAL_SRC_FILES := $(call all-java-files-under, src) + +LOCAL_PACKAGE_NAME := PushApiAuthenticator + +LOCAL_SDK_VERSION := current + +LOCAL_DEX_PREOPT := false + +include $(BUILD_PACKAGE) + +# Use the following include to make our test apk. +include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file diff --git a/apps/PushApiAuthenticator/AndroidManifest.xml b/apps/PushApiAuthenticator/AndroidManifest.xml new file mode 100644 index 000000000..7628a6b68 --- /dev/null +++ b/apps/PushApiAuthenticator/AndroidManifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/PushApiAuthenticator/res/drawable/push.png b/apps/PushApiAuthenticator/res/drawable/push.png new file mode 100644 index 000000000..d34e3360c Binary files /dev/null and b/apps/PushApiAuthenticator/res/drawable/push.png differ diff --git a/apps/PushApiAuthenticator/res/layout/activity_main.xml b/apps/PushApiAuthenticator/res/layout/activity_main.xml new file mode 100644 index 000000000..52c17ea72 --- /dev/null +++ b/apps/PushApiAuthenticator/res/layout/activity_main.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + +