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

Commit c0e24d2d authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents ab420232 c964a821
Loading
Loading
Loading
Loading
+38 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ message Atom {
        WTFOccurred wtf_occurred = 80;
        LowMemReported low_mem_reported = 81;
        ThermalThrottlingStateChanged thermal_throttling = 86;
        // 86 - 165 are not available
        BluetoothClassicPairingEventReported bluetooth_classic_pairing_event_reported = 166;
    }

    // Pulled events will start at field 10000.
@@ -1026,6 +1028,42 @@ message BluetoothConnectionStateChanged {
    optional int32 bt_profile = 3;
}

/**
 * Logs there is an event related Bluetooth classic pairing
 *
 * Logged from:
 *     system/bt
 */
message BluetoothClassicPairingEventReported {
    // An identifier that can be used to match events for this device.
    // Currently, this is a salted hash of the MAC address of this Bluetooth device.
    // Salt: Randomly generated 256 bit value
    // Hash algorithm: HMAC-SHA256
    // Size: 32 byte
    // Default: null or empty if the device identifier is not known
    // Note: string is here for backward compatibility purpose only
    optional string obfuscated_id = 1;
    // Connection handle of this connection if available
    // Range: 0x0000 - 0x0EFF (12 bits)
    // Default: 0xFFFF if the handle is unknown
    optional int32 connection_handle = 2;
    // HCI command associated with this event
    // Default: CMD_UNKNOWN
    optional int32 hci_cmd = 3;
    // HCI event associated with this event
    // Default: EVT_UNKNOWN
    optional int32 hci_event = 4;
    // HCI command status code if this is triggered by hci_cmd
    // Default: STATUS_UNKNOWN
    optional int32 cmd_status = 5;
    // HCI reason code associated with this event
    // Default: STATUS_UNKNOWN
    optional int32 reason_code = 6;
    // A status value related to this specific event
    // Default: 0
    optional int64 event_value = 7;
}

/**
 * Logs when something is plugged into or removed from the USB-C connector.
 *
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
    <string name="app_ops_record_audio">تسجيل الصوت</string>
    <string name="app_ops_request_delete_packages">طلب حذف الحِزم</string>
    <string name="app_ops_run_in_background">يعمل في الخلفية</string>
    <string name="app_ops_run_any_in_background">تشغيل ايا كان في الخلفية</string>
    <string name="app_ops_run_any_in_background">تشغيل أي شيء في الخلفية</string>
    <string name="app_ops_scan_wifi">فحص شبكات Wi-Fi</string>
    <string name="app_ops_send_mms">إرسال رسالة نصية قصيرة</string>
    <string name="app_ops_send_sms">إرسال رسالة نصية قصيرة</string>
+4 −0
Original line number Diff line number Diff line
@@ -28,8 +28,12 @@
    <string name="app_ops_delete_contacts">briše vaše kontakte</string>
    <string name="app_ops_delete_mms">briše vaše MMS poruke</string>
    <string name="app_ops_delete_sms">briše vaše SMS poruke</string>
    <string name="app_ops_make_phone_call">pozivanje telefonskih brojeva</string>
    <string name="app_ops_read_call_log">čita vaš zapisnik poziva</string>
    <string name="app_ops_read_contacts">čita vaše kontakte</string>
    <string name="app_ops_read_mms">čita vaše MMS poruke</string>
    <string name="app_ops_read_sms">čita vaše SMS poruke</string>
    <string name="privacy_guard_notification">Čuvar privatnosti aktivan</string>
    <string name="privacy_guard_dialog_title">Čuvar privatnosti</string>
    <string name="permission_remember_choice">Zapamti moj odabir</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
    <string name="app_ops_read_sms">مشاهده پیامک‌های شما</string>
    <string name="app_ops_receive_sms">دریافت پیامک</string>
    <string name="app_ops_record_audio">ضبط صدا</string>
    <string name="app_ops_run_in_background">اجرا در پس‌زمینه</string>
    <string name="app_ops_send_mms">ارسال پیام ام‌ام‌اس</string>
    <string name="app_ops_send_sms">ارسال پیامک</string>
    <string name="app_ops_start_at_bootup">اجرا هنگام روشن شدن</string>
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
    <string name="app_ops_assist_structure">käyttää apurakennetta</string>
    <string name="app_ops_audio_accessibility_volume">äänen esteettömyys voimakkuus</string>
    <string name="app_ops_auto_start">käynnistyä laitetta käynnistettäessä</string>
    <string name="app_ops_bind_accessibility_service">yhdistä esteettömyyspalvelu</string>
    <string name="app_ops_bluetooth_scan">bluetoothskannaus</string>
    <string name="app_ops_change_wallpaper">vaihtaa taustakuvan</string>
    <string name="app_ops_delete_call_log">poistaa puhelulokin</string>
    <string name="app_ops_delete_contacts">poistaa yhteystietojasi</string>
@@ -39,8 +41,10 @@
    <string name="app_ops_draw_on_top">piirtää ikkunan päälle</string>
    <string name="app_ops_get_accounts">lukea laitteen tilejä</string>
    <string name="app_ops_get_usage_stats">käyttää sovelluksen käyttötilastoja</string>
    <string name="app_ops_accept_handover">puhelun luovutus toisesta sovelluksesta</string>
    <string name="app_ops_install_packages">asentaa paketteja</string>
    <string name="app_ops_keep_device_awake">pitää laitteen hereillä</string>
    <string name="app_ops_manage_ipsec_tunnels">hallitse ipsec tunneleita</string>
    <string name="app_ops_make_phone_call">soittaa puhelun</string>
    <string name="app_ops_mock_location">väärentää sijaintisi</string>
    <string name="app_ops_modify_calendar">päivittää kalenteria</string>
@@ -65,12 +69,16 @@
    <string name="app_ops_read_phone_state">lukea puhelimen tilan</string>
    <string name="app_ops_read_sms">lukea tekstiviestejä</string>
    <string name="app_ops_receive_sms">vastaanottaa tekstiviestejä</string>
    <string name="app_ops_receive_emergency_broadcast">vastaanottaa hätätiedotusviestejä</string>
    <string name="app_ops_record_audio">tallentaa ääntä</string>
    <string name="app_ops_request_delete_packages">pyydä pakettien poistamista</string>
    <string name="app_ops_run_in_background">avaa taustalla</string>
    <string name="app_ops_run_any_in_background">suorita taustalla</string>
    <string name="app_ops_scan_wifi">hakea Wi-Fi-verkkoja</string>
    <string name="app_ops_send_mms">lähettää multimediaviestin</string>
    <string name="app_ops_send_sms">lähettää tekstiviestin</string>
    <string name="app_ops_start_at_bootup">käynnistyä laitetta käynnistettäessä</string>
    <string name="app_ops_start_foreground">aloita edustalla</string>
    <string name="app_ops_su">pääkäyttäjän oikeudet</string>
    <string name="app_ops_toast_window">Näytä toast-ilmoitukset</string>
    <string name="app_ops_toggle_bluetooth">ottaa Bluetoothin käyttöön</string>
Loading