summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/voicemail/error/AndroidManifest.xml
diff options
context:
space:
mode:
authormdooley <mdooley@google.com>2017-11-17 11:02:48 -0800
committerzachh <zachh@google.com>2017-11-18 07:35:27 +0000
commit7e1a0d155eecc8a407e11f91605db135911c8eb6 (patch)
treed6eb3002e4a9753b9c82bfe3df4ea689d4da01a0 /java/com/android/dialer/app/voicemail/error/AndroidManifest.xml
parent6a63e8d6830ff6e01454ee116c6df36294818cdb (diff)
Refactoring and adding TOS check before transcribing
This cl just adds a check before starting a transcription job to verify that the user has accepted the appropriate TOS. Its a rather big cl just because it had to expose some TOS acceptance details that were previously encapsulated in the VoicemailTosMessageCreator. Bug: 69267260 Test: manual and unit tests PiperOrigin-RevId: 176132370 Change-Id: Ic28fb197a07f9df7a9b5f1729c84566cba0890fc
Diffstat (limited to 'java/com/android/dialer/app/voicemail/error/AndroidManifest.xml')
-rw-r--r--java/com/android/dialer/app/voicemail/error/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/com/android/dialer/app/voicemail/error/AndroidManifest.xml b/java/com/android/dialer/app/voicemail/error/AndroidManifest.xml
index bb6c55f5c..07cb77f58 100644
--- a/java/com/android/dialer/app/voicemail/error/AndroidManifest.xml
+++ b/java/com/android/dialer/app/voicemail/error/AndroidManifest.xml
@@ -18,12 +18,4 @@
<uses-permission android:name="android.permission.CALL_PHONE"/>
- <application>
- <receiver android:name=".PackageReplacedReceiver" android:exported="false">
- <intent-filter>
- <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
- </intent-filter>
- </receiver>
- </application>
-
</manifest>