* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/tests/pjsua/scripts-sipp/uas-subscribe-late-notify.py b/jni/pjproject-android/tests/pjsua/scripts-sipp/uas-subscribe-late-notify.py
new file mode 100644
index 0000000..3734132
--- /dev/null
+++ b/jni/pjproject-android/tests/pjsua/scripts-sipp/uas-subscribe-late-notify.py
@@ -0,0 +1,11 @@
+# $Id: uas-subscribe-late-notify.py 4188 2012-06-29 09:01:17Z nanang $
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1 --id sip:pjsua@localhost --add-buddy $SIPP_URI"]
+
+PJSUA_EXPECTS = [[0, "", "s"],
+		 [0, "Subscribe presence of:", "1"],
+		 [0, "subscription state is ACTIVE", ""],
+		 [0, "subscription state is TERMINATED", ""]
+		 ]