commit | eb7e5053c14775439f7df880462c53344080f60c | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Tue Mar 29 17:31:25 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Wed Mar 30 22:32:27 2016 +0000 |
tree | c81f718d6313932d934d576055621c5bce9edbc0 | |
parent | 9a4643cd0e2167c362465a51e75a18ac8c9cfb36 [diff] [blame] |
Test network restrictions while on foreground service state. BUG: 27324964 BUG: 26776313 Change-Id: Idcd0a391333d243d17b6bd68c67becaad2b37fdd
diff --git a/tests/cts/hostside/app2/AndroidManifest.xml b/tests/cts/hostside/app2/AndroidManifest.xml index fa4cb43..9ce5781 100644 --- a/tests/cts/hostside/app2/AndroidManifest.xml +++ b/tests/cts/hostside/app2/AndroidManifest.xml
@@ -32,6 +32,7 @@ --> <application> <service android:name=".MyService" android:exported="true"/> + <service android:name=".MyForegroundService" android:exported="true"/> <receiver android:name=".MyBroadcastReceiver" > <intent-filter>