OSDN Git Service

Remove system user id for cm tests
authorXia Wang <xiaw@google.com>
Fri, 6 Sep 2013 22:19:03 +0000 (15:19 -0700)
committerXia Wang <xiaw@google.com>
Tue, 10 Sep 2013 01:07:33 +0000 (01:07 +0000)
Change-Id: I51f500c8e7b4e2963093e20c6f20bcfe020995c9
(cherry picked from commit 575495c29007503566e28004bf60018a824b1f1b)

core/tests/ConnectivityManagerTest/AndroidManifest.xml

index 54881d5..7e0202e 100644 (file)
@@ -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,