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

@@ -9,11 +9,11 @@
android:icon="@drawable/ic_launcher"
android:installLocation="internalOnly"
android:label="Magisk Manager"
android:supportsRtl="true">
android:supportsRtl="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<activity
android:name="a.r"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:process=":remote" />
<provider