Merge "[Settings] Replace CONNECTIVITY_INTERNAL to TETHER_PRIVILEGED"

am: a67ca4cfd7

Change-Id: I7a2a4d76d1e0092188121d390c75c12eac20cdab
This commit is contained in:
Paul Hu
2019-10-01 03:03:36 -07:00
committed by android-build-merger
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}
}