Migrated codes to the new package
TelephonyNetworkFactor and CellularDataService are used by
the new data stack. Moved to the new package before completely
removing com.android.internal.telephony.dataconnection.
Bug: 196597630
Test: atest FrameworksTelephonyTests
Change-Id: Id5f0011a932a90dc695a6c9f653533fb7791753f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a2ee607..e444ac2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -708,7 +708,7 @@
<action android:name="android.telephony.NetworkService" />
</intent-filter>
</service>
- <service android:name="com.android.internal.telephony.dataconnection.CellularDataService"
+ <service android:name="com.android.internal.telephony.data.CellularDataService"
android:exported="true"
android:permission="android.permission.BIND_TELEPHONY_DATA_SERVICE" >
<intent-filter>