summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/transcode/TranscodeNotificationPreferenceController.java
AgeCommit message (Collapse)Author
2021-11-01Add highlight menu keys for all toggle pref controllers and custom slicesJason Chiu
Bug: 204695404 Test: manual, robotest build pass, unit Change-Id: Iad2e28ada8ddb766ffa7eff2c8dc581250cbd6f8
2021-06-14Turn off transcoding notification by defaultZim
To aid debugging, we included transcoding progress notifications. We don't intend to launch with the notifications on by default so turn it off now in preparation for Android S launch. The notifications can still be enabled in the developer options with: Settings > System > Developer options > Media transcoding > Show transcoding notifications Test: Manual Bug: 190562454 Change-Id: Icab62cb91fdf22e5308d0c4bbc710b88a51170d3
2021-02-21Introduce controller for transcode notificationsManish Singh
This is to provider users with control over whether to show transcoding notifications or not. By default we show the notifications. The controller resides within the Media transcoding settings under Developer Options. BUG: 170973510 Test: manual. unit test added. Change-Id: I7172f583ce4c1a53e5d5ccc07625f201852db43a