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

Commit f53c2f91 authored by Howard Chen's avatar Howard Chen Committed by Android (Google) Code Review
Browse files

Merge "Export the DSULoader activity"

parents b8f7c762 5d7f3e6c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2709,9 +2709,15 @@

        <activity android:name=".development.AdbQrCodeActivity" />

        <activity android:name=".development.DSULoader"
        <activity android:name="com.android.settings.development.DSULoader"
                  android:label="Select DSU Package"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"
                  android:exported="true" >
            <intent-filter>
                <action android:name="android.settings.development.START_DSU_LOADER"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
        <activity android:name=".development.DSUTermsOfServiceActivity"
                  android:label="Terms of Service"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />