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

Commit b90e0fe7 authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Remove NetInitiatedAcitivity in AndroidManifest

This should have been done in ag/24302901.

Please see the rationale in b/294306993. NetInitiatedActivity is a rarely used code since we introduced the GnssVisibilityControl HAL to replace GnssNi in Android 10. The earliest android version that can upgrade to Android U is 10 so it's okay to delete the GnssNi related code.

Bug: 294306993
Test: on device
Change-Id: I53c46d28d74df15fba71d4431d83429759ab845c
parent 8813848c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7863,12 +7863,6 @@
            </intent-filter>
        </activity>

        <activity android:name="com.android.internal.app.NetInitiatedActivity"
                android:theme="@style/Theme.Dialog.Confirmation"
                android:excludeFromRecents="true"
                android:process=":ui">
        </activity>

        <activity android:name="com.android.internal.app.SystemUserHomeActivity"
                  android:enabled="false"
                  android:process=":ui"