Revert^2 "Add a new warning dialog for Satellite mode"

This reverts commit 15c90207e2bf98a2ad7f6fe713cf2be08c992795.

Reason for revert: ag/27138142 shall fix the crash instead of reverted one.

Change-Id: Icf46fda7af9c9bb6921bc10de0f9c93926f42fac
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a4ac2d7..2282cdb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5142,6 +5142,14 @@
             android:permission="android.permission.NETWORK_SETTINGS">
         </activity>
 
+        <activity
+            android:name="com.android.settings.network.SatelliteWarningDialogActivity"
+            android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
+            android:excludeFromRecents="true"
+            android:exported="false"
+            android:theme="@style/Theme.SpaLib.Dialog">
+        </activity>
+
         <!-- This is the longest AndroidManifest.xml ever. -->
     </application>
 </manifest>