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

Commit a1ea2ef5 authored by kwaky's avatar kwaky
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 162536543
Bug: 162511257
Test: Manual (Build succeeds)
Change-Id: I2b2264ef1a55a28897f94c0bdda5755a087896a4
parent 4d07b4d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import javax.inject.Singleton;

/**
 * A class that detects unsafe apps.
 * An app is considered safe if is a system app or installed through whitelisted sources.
 * An app is considered safe if is a system app or installed through allowed sources.
 */
@Singleton
public class SideLoadedAppDetector {