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

Commit f9b43588 authored by Sarah Chin's avatar Sarah Chin
Browse files

CarrierDefaultApp remove debuggable=true

This was added in ag/20462243 for unit tests to pass, but we need to
investigate a new way to use mockito inline without making the entire
app debuggable. Note that after this change CarrierDefaultApp tests will
fail.

Test: build
Bug: 264426585
Bug: 259503002
Change-Id: Ia1b41d59e7cbec55c25966ec1e3d4a9b51c4cadd
parent ffd7f45e
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -34,8 +34,7 @@
        android:label="@string/app_name"
        android:label="@string/app_name"
        android:directBootAware="true"
        android:directBootAware="true"
        android:usesCleartextTraffic="true"
        android:usesCleartextTraffic="true"
        android:icon="@mipmap/ic_launcher_android"
        android:icon="@mipmap/ic_launcher_android">
        android:debuggable="true">
        <receiver android:name="com.android.carrierdefaultapp.CarrierDefaultBroadcastReceiver"
        <receiver android:name="com.android.carrierdefaultapp.CarrierDefaultBroadcastReceiver"
            android:exported="true">
            android:exported="true">
            <intent-filter>
            <intent-filter>