OSDN Git Service

Remove calls to silence ringer; these require new permissions in N
authorEino-Ville Talvala <etalvala@google.com>
Wed, 24 Aug 2016 22:35:00 +0000 (15:35 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Wed, 24 Aug 2016 22:35:00 +0000 (15:35 -0700)
commitaaae0ae1bbb4a32720cc742c9c3dfb06875835d5
treea43938f16f8b71180d8ef8cec3ddf4bc55131933
parent9353cf10ba3b52908b1185c5b61f543100ac8fd7
Remove calls to silence ringer; these require new permissions in N

In N, only applications with permission to manage do-not-disturb
or notification settings are allowed to silence the ringer.

Requesting that permission is not straightforward, and may not be
the right solution, so for now, disable the ringer muting for video
recording.

Bug: 29591150
Change-Id: I630812c0e4ca813bf4fa123321d60a4be6c2fbf7
src/com/android/camera/VideoModule.java