Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.

This commit is contained in:
Alex Ning
2021-07-06 08:36:53 +08:00
parent b031047d12
commit 4204ce4773
5 changed files with 34 additions and 20 deletions

View File

@@ -33,6 +33,7 @@
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".activities.RPANActivity"
android:configChanges="orientation|screenSize|layoutDirection"
android:label="@string/rpan_activity_label"
android:parentActivityName=".activities.MainActivity"
android:theme="@style/AppTheme.TranslucentStatusBar" />