diff options
author | Xia Wang <xiaw@google.com> | 2013-09-06 15:19:03 -0700 |
---|---|---|
committer | Xia Wang <xiaw@google.com> | 2013-09-10 01:07:33 +0000 |
commit | 11f2b42d8c185ac91db07a539605cba7ecd28e6a (patch) | |
tree | 481fe29b7e7dc55a0381689ccc502526b8c11650 /core/tests/ConnectivityManagerTest | |
parent | ff44ed58a1e38ff830e74b0d73549ff01725852d (diff) | |
download | frameworks_base-11f2b42d8c185ac91db07a539605cba7ecd28e6a.zip frameworks_base-11f2b42d8c185ac91db07a539605cba7ecd28e6a.tar.gz frameworks_base-11f2b42d8c185ac91db07a539605cba7ecd28e6a.tar.bz2 |
Remove system user id for cm tests
Change-Id: I51f500c8e7b4e2963093e20c6f20bcfe020995c9
(cherry picked from commit 575495c29007503566e28004bf60018a824b1f1b)
Diffstat (limited to 'core/tests/ConnectivityManagerTest')
-rw-r--r-- | core/tests/ConnectivityManagerTest/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/tests/ConnectivityManagerTest/AndroidManifest.xml b/core/tests/ConnectivityManagerTest/AndroidManifest.xml index 54881d5..7e0202e 100644 --- a/core/tests/ConnectivityManagerTest/AndroidManifest.xml +++ b/core/tests/ConnectivityManagerTest/AndroidManifest.xml @@ -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, |