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

Commit 4c0c95ad authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Removed Unused Strings and resources to reduce image size.

Bug: 2456698
parent 700d1fcc
Loading
Loading
Loading
Loading

android/app/res/layout/main.xml

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    >

<TextView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="@string/hello"
    />

</LinearLayout>
+1 −20
Original line number Diff line number Diff line
@@ -66,16 +66,12 @@
    <string name="notification_receiving">Bluetooth share: Receiving %1$s</string>
    <!-- label for the notification item of received file -->
    <string name="notification_received">Bluetooth share: Received %1$s</string>
    <!-- label for the notification item of received file -status -->
    <string name="notification_received_complete">100% complete</string>
    <!-- label for the notification item of failed receiving file -->
    <string name="notification_received_fail">Bluetooth share: File %1$s not received</string>

    <!-- Outbound File Transfer Progress Notification item -->
    <!-- label for the notification item of sending file -->
    <string name="notification_sending">Bluetooth share: Sending %1$s</string>
    <!-- label for the notification item of sending files -->
    <string name="notification_sending_multi">Bluetooth share: Sending file</string>
    <!-- label for the notification item of sent file -->
    <string name="notification_sent">Bluetooth share: Sent %1$s</string>
    <!-- label for the notification item of sent file -status -->
@@ -153,26 +149,11 @@
    <string name="bt_toast_4">Sending file to \u0022%1$s\u0022</string>
    <string name="bt_toast_5">Sending %1$s files to \u0022%2$s\u0022</string>
    <string name="bt_toast_6">Stopped sending file to \u0022%1$s\u0022</string>
    <string name="bt_toast_7">Stopped sending %1$s files to \u0022%2$s\u0022</string>

    <!-- Bluetooth System Messages -->
    <string name="bt_sm_2_1">There is not enough space on the SD card to save the file from \u0022%1$s\u0022</string>
    <string name="bt_sm_2_2">Space needed: %1$s</string>
    <string name="bt_sm_3_1">\u0022%1$s\u0022 attempted to send you %2$s files. </string>
    <string name="bt_sm_3_2">However, this device can only receive one file at a time. Ask the other party to send the remaining %1$s files individually.</string>

    <!-- Bluetooth Transfer Failure Messages -->
    <string name="bt_tf_1">\u0022%1$s\u0022 is unavailable.</string>
    <string name="bt_tf_2">Cannot pair with \u0022%1$s\u0022.</string>
    <string name="bt_tf_3">The connection was interrupted.</string>
    <string name="bt_tf_4">\u0022%1$s\u0022 does not support file transfers.</string>
    <string name="bt_tf_5">\u0022%1$s\u0022 cannot accept %2$s</string>
    <string name="bt_tf_6">\u0022%1$s\u0022 declined to accept the file.</string>
    <string name="bt_tf_7">The file could not be sent.</string>
    <string name="bt_tf_8">The file could not be received.</string>
    <string name="bt_tf_10">Locked memory card. You must unlock the memory card to save files.</string>
    <string name="bt_tf_12">There is a file being transferred to a different device. Please wait\u2026</string>
    <string name="bt_tf_13">Bluetooth is currently busy. Consider turning off another Bluetooth feature and trying again.</string>

    <string name="ErrorTooManyRequests">Too many requests are being processed. Try again later.</string>

    <!-- Bluetooth Transfer Failure Reason -->
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="pbap_app_name">Bluetooth Pbap</string>
    <string name="pbap_acceptance_dialog_title">%1$s would like to access your contacts and call history. Give access to %2$s?</string>
    <string name="pbap_acceptance_dialog_header">Phonebook Access</string>
    <string name="pbap_session_key_dialog_title">Type session key for %1$s</string>
    <string name="pbap_session_key_dialog_header">Bluetooth session key required</string>
    <string name="pbap_acceptance_timeout_message">There was time out to accept connection with %1$s</string>
    <string name="pbap_authentication_timeout_message">There was time out to input session key with %1$s</string>
    <string name="bluetooth_transfer_header">Bluetooth transfer</string>
    <string name="bluetooth_transfer_text">Could not successfully establish phone book sharing with</string>
    <string name="toast_connected">%1$s connected to your phone. </string>
    <string name="toast_disconnected">%1$s disconnected from your phone. </string>
    <string name="pbap_notif_ticker">Phonebook access request</string>
    <!-- Notification title when a Bluetooth device wants to pair with us -->
    <string name="pbap_notif_title">PBAP request</string>