Properly solve the connection problem

This commit is contained in:
topjohnwu
2019-11-07 17:41:59 -05:00
parent 46447f7cfd
commit d952cc2327
8 changed files with 194 additions and 85 deletions

View File

@@ -42,10 +42,15 @@
<activity
android:name="a.m"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:directBootAware="true"
android:excludeFromRecents="true"
android:exported="false" />
android:exported="false"
tools:ignore="AppLinkUrlError">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<receiver
android:name="a.h"