Change Tethering package name
".apex" is easy to confuse.
Rename as below:
apex: com.android.tethering.apex -> com.android.tethering
apk: com.android.tethering -> com.android.networkstack.tethering
Bug: 146471733
Test: build
Change-Id: I2c7647abb996539a3af6cfe0e0214a5e8927c0d6
diff --git a/Tethering/apex/manifest.json b/Tethering/apex/manifest.json
index 078302a..538ffb3 100644
--- a/Tethering/apex/manifest.json
+++ b/Tethering/apex/manifest.json
@@ -1,4 +1,4 @@
{
- "name": "com.android.tethering.apex",
+ "name": "com.android.tethering",
"version": 300000000
}