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

Commit 2c6b668e authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Revert "Update language to comply with Android's inclusive language guidance"

This reverts commit a4d416f8.

Reason for revert: <This change requires a change in PermissionManagerService but it will also update lots of documents and files. Keep previous log for now.>

Change-Id: I0a0202c06de0f277296c86e53237a7904686b125
parent a4d416f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Network validation URL configuration for devices using a Chinese SIM (MCC 460).
         The below URLs are often allowed by captive portals, so they should not be used in the
         The below URLs are often whitelisted by captive portals, so they should not be used in the
         general case as this could degrade the user experience (portals not detected properly).
         However in China the default URLs are not accessible in general. The below alternatives
         should allow users to connect to local networks normally. -->
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
         to the network stack app. Otherwise, the test APK will install, but when the device is
         rebooted, it will bootloop with something like:

         05-14 00:41:02.723 18330 18330 E AndroidRuntime: java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions allowlist: {com.android.server.networkstack.integrationtests: android.permission.CONNECTIVITY_INTERNAL}
         05-14 00:41:02.723 18330 18330 E AndroidRuntime: java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.android.server.networkstack.integrationtests: android.permission.CONNECTIVITY_INTERNAL}
    -->

    <application android:debuggable="true">
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
         to the network stack app. Otherwise, the test APK will install, but when the device is
         rebooted, it will bootloop with something like:

         05-14 00:41:02.723 18330 18330 E AndroidRuntime: java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions allowlist: {com.android.server.networkstack.integrationtests: android.permission.CONNECTIVITY_INTERNAL}
         05-14 00:41:02.723 18330 18330 E AndroidRuntime: java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.android.server.networkstack.integrationtests: android.permission.CONNECTIVITY_INTERNAL}
    -->
    <uses-permission android:name="android.permission.MAINLINE_NETWORK_STACK" />