summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2017-07-17 13:17:21 -0700
committerEric Erfanian <erfanian@google.com>2017-07-25 09:03:04 -0700
commit758e559760fad15661635854c85116366bc091a4 (patch)
tree9947967b9d71a555c6957a444891449e95ddf347 /java/com/android/dialer/theme/res
parent55e2443f1aa9619a3330d2d7496ea5272e5266d9 (diff)
Replaced video calling/camera permission dialog with a toast.
Since we are given the camera permission by default for video calling, we don't need to request it from the framework. But, for privacy reasons, we still need to tell the user that we have it. Since we're changing the preference for call composer, v10.1 users will see this this toast again if they've never made a video call. The toast is shown in the following situations: 1. If a user receives a video call 2. If a user makes a video call 3. If the user opens call composer The toast doesn't show: 1. If the user has already seen the toast anywhere before 2. If the user has revoked the system permission and grants it with a system dialog Bug: 36608790,63405063 Test: manual PiperOrigin-RevId: 162258610 Change-Id: Ie93413c9c2e1f083919e7183eb920100b06fd4a4
Diffstat (limited to 'java/com/android/dialer/theme/res')
-rw-r--r--java/com/android/dialer/theme/res/values/strings.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/com/android/dialer/theme/res/values/strings.xml b/java/com/android/dialer/theme/res/values/strings.xml
index af61d3596..74cabadf7 100644
--- a/java/com/android/dialer/theme/res/values/strings.xml
+++ b/java/com/android/dialer/theme/res/values/strings.xml
@@ -30,9 +30,6 @@
used in the Launcher icon. -->
<string name="launcherActivityLabel">Phone</string>
- <!-- Text presented to the user explaining that we have enabled the camera permission automatically -->
- <string name="camera_privacy_text">Camera permission enabled</string>
-
<!-- text on a button, Video call, as in to place a video call. -->
<string name="video_call">Video call</string>