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

Commit 9d5182f9 authored by Xia Wang's avatar Xia Wang Committed by Android Git Automerger
Browse files

am 11f2b42d: Remove system user id for cm tests

* commit '11f2b42d':
  Remove system user id for cm tests
parents 6874b17d 11f2b42d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@

<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.connectivitymanagertest"
  android:sharedUserId="android.uid.system">
  package="com.android.connectivitymanagertest">

    <!-- We add an application tag here just so that we can indicate that
         this package needs to link against the android.test library,