Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd0ea8cc authored by Kun Liang's avatar Kun Liang Committed by Steve Kondik
Browse files

USB: AppOps: always show "USB connection" when usb connected

If no mode is chosen, "USB computer connection" will be hidden.
Unfortunately, there is no default mode, so users can't find it
by dragging down the statusbar. For better user experience, we export it
to users when usb connected.

Change-Id: I486e1a012f12f81f5a79d5f3686db58f980c0890
parent f3c91331
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -131,6 +131,8 @@
    <string name="adb_both_active_notification_title">ADB over USB &amp; network enabled</string>
    <!-- ADB notification message-->
    <string name="adb_active_generic_notification_message">Touch to disable debugging.</string>
    <!-- USB_PREFERENCES: Notification for when no USB options chosen.  This is the title -->
    <string name="usb_choose_notification_title">Touch to choose USB options.</string>

    <!-- App ops requests -->
    <string name="app_ops_access_camera">access the camera</string>