summaryrefslogtreecommitdiff
path: root/android/testData/dom
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-12-04 17:09:39 -0800
committerTor Norbye <tnorbye@google.com>2013-12-04 17:09:39 -0800
commit50ae9f0404f5ae4c78c14b6dd8b2739bd70c7e49 (patch)
tree0ba39571b6e768dfebdd73f5ba5e66c56ddea28c /android/testData/dom
parentb44e730a00e107778a06c24b51b4b92c8d87ca54 (diff)
downloadidea-50ae9f0404f5ae4c78c14b6dd8b2739bd70c7e49.tar.gz
63258: rename class does not update parentActivityName
Change-Id: Ib805a31f91c6e117f62a139e37bc20f6df4fe8c4
Diffstat (limited to 'android/testData/dom')
-rw-r--r--android/testData/dom/manifest/ParentActivityCompletion1.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/testData/dom/manifest/ParentActivityCompletion1.xml b/android/testData/dom/manifest/ParentActivityCompletion1.xml
new file mode 100644
index 00000000000..ea68c32e1f0
--- /dev/null
+++ b/android/testData/dom/manifest/ParentActivityCompletion1.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="p1.p2">
+ <application android:icon="@drawable/picture1">
+ <activity android:name="p1.p2.MyActivity"
+ android:parentActivityName="<caret>"
+ />
+ </application>
+</manifest>