Change tethering file structure to respect its package name

Bug: 145099347
Test: atest TetheringTests
      atest CtsTetheringTest
Change-Id: I544ab9480bbaa5e18e030d21a28ab4c4a7265795
This commit is contained in:
markchien
2020-04-14 20:19:38 +08:00
committed by Mark Chien
parent de4fb9898c
commit 1acfb0125c
28 changed files with 41 additions and 48 deletions

View File

@@ -22,7 +22,7 @@
android:process="system">
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
<application>
<service android:name="com.android.server.connectivity.tethering.TetheringService"
<service android:name="com.android.networkstack.tethering.TetheringService"
android:process="system"
android:permission="android.permission.MAINLINE_NETWORK_STACK"
android:exported="true">