Merge "[Settings] Replace CONNECTIVITY_INTERNAL to TETHER_PRIVILEGED" am: a67ca4cfd7
am: 3a728ae13b
Change-Id: Id211709644b505fa866b0661f9657991c36dbaf6
This commit is contained in:
@@ -431,7 +431,7 @@ public class TetherServiceTest extends ServiceTestCase<TetherService> {
|
||||
responseIntent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
|
||||
responseIntent.putExtra(TetherService.EXTRA_RESULT, response);
|
||||
context.sendBroadcast(
|
||||
responseIntent, android.Manifest.permission.CONNECTIVITY_INTERNAL);
|
||||
responseIntent, android.Manifest.permission.TETHER_PRIVILEGED);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user