mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 20:10:08 +00:00
Properly solve the connection problem
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user