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

Commit 68d9e2ae authored by Fan Zhang's avatar Fan Zhang
Browse files

Update activity alias for developer settings activity

Fix: 36432817
Test: rerun abvt test adb shell am instrument -w -e class
com.android.androidbvt.SysBugReportTests
com.android.androidbvt/android.support.test.runner.AndroidJUnitRunner

Change-Id: I6d45448e83fc25ad9cc77aa0edd979add56e28cf
parent 98125575
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1937,7 +1937,7 @@
                  android:label="@string/development_settings_title"
                  android:targetActivity="Settings$DevelopmentSettingsActivity">
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.DevelopmentSettings" />
                android:value="com.android.settings.development.DevelopmentSettings" />
        </activity-alias>

        <activity android:name=".development.AppPicker"