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

Commit fc77d7e3 authored by William Escande's avatar William Escande
Browse files

Move test activity to the test only

Bug: 289445022
Test: m Bluetooth
Test: atest BluetoothInstrumentationTests
Change-Id: Ica0779d6f3a56c772349cbe520652dc7e2940bb7
parent ee025d8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Bluetooth</string>

    <!--
        This is the short description of a permission associated with the
        Bluetooth Share Manager. It is displayed as part of the description of
+0 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Bluetooth</string>
    <string name="insert_record">Insert record</string>
    <string name="update_record">Confirm record</string>
    <string name="ack_record">Ack record</string>
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;

import com.android.bluetooth.R;
import com.android.bluetooth.tests.R;
import com.android.obex.Authenticator;
import com.android.obex.HeaderSet;
import com.android.obex.ObexTransport;