aboutsummaryrefslogtreecommitdiffstats
path: root/tools/EditTextVariations/AndroidManifest.xml
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2019-01-16 10:28:07 -0800
committerYohei Yukawa <yukawa@google.com>2019-01-16 10:28:07 -0800
commitda2486fd63d7d46e982d0e2fb2eba3dac07aff32 (patch)
treef2edc277af31d88817e03ef043965e6ec36794f7 /tools/EditTextVariations/AndroidManifest.xml
parent575340c674b65c1fd0a539411ace43096172a901 (diff)
downloadlatinime-da2486fd63d7d46e982d0e2fb2eba3dac07aff32.tar.gz
latinime-da2486fd63d7d46e982d0e2fb2eba3dac07aff32.tar.xz
latinime-da2486fd63d7d46e982d0e2fb2eba3dac07aff32.zip
Support testing Direct Reply with EditTextVariations
With this CL, EditTextVariations is able to send Direct Repply notification so that we can easily test IME behaviors there. You don't need to set up a chat application then let it receive a message from someone else any more just to test IME behaviors on Direct Reply. Fix: 122957841 Test: manually done as follows. 1. tapas EditTextVariations 2. make -j 3. adb install -r \ $ANDROID_TARGET_OUT_TESTCASES/EditTextVariations/EditTextVariations.apk 4. Open EditTextVariations 5. Tap the menu icon. 6. Select "Direct Reply" 7. Make sure that there is a Direct Reply notification. Change-Id: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
Diffstat (limited to 'tools/EditTextVariations/AndroidManifest.xml')
-rw-r--r--tools/EditTextVariations/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/EditTextVariations/AndroidManifest.xml b/tools/EditTextVariations/AndroidManifest.xml
index 7694f4db9..96c244b32 100644
--- a/tools/EditTextVariations/AndroidManifest.xml
+++ b/tools/EditTextVariations/AndroidManifest.xml
@@ -40,5 +40,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <receiver
+ android:name=".NotificationBroadcastReceiver"
+ android:exported="false" />
</application>
</manifest>