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

Commit eb22ed91 authored by Xia Wang's avatar Xia Wang
Browse files

Fix Connectivity Manager test:

-Due to security change, the test pid is not allowed to broadcast
ACTION_AIRPLANE_MODE_CHANGED intent, which is a pretected intent and
can only be sent by the system, change the test app to use system user id.

Change-Id: I2525e30c13a97d5fcab0fc9537e8fac18e0b5457
parent 0214f205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,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="com.android.uid.test">
  android:sharedUserId="android.uid.system">

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