mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-14 13:17:09 +02:00
Added manager mode recognition
This commit is contained in:
parent
5e089451af
commit
db2e48b49f
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
<import type="com.topjohnwu.magisk.Info" />
|
<import type="com.topjohnwu.magisk.Info" />
|
||||||
|
|
||||||
|
<import type="com.topjohnwu.magisk.InfoKt" />
|
||||||
|
|
||||||
<import type="com.topjohnwu.magisk.Config" />
|
<import type="com.topjohnwu.magisk.Config" />
|
||||||
|
|
||||||
<import type="com.topjohnwu.magisk.BuildConfig" />
|
<import type="com.topjohnwu.magisk.BuildConfig" />
|
||||||
@ -613,11 +615,10 @@
|
|||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/home_manager_extra_code_title" />
|
app:layout_constraintTop_toBottomOf="@+id/home_manager_extra_code_title" />
|
||||||
|
|
||||||
<!--todo(diareuse) Info.env.isRunningAsStub ? @string/home_extra_mode_stub : @string/home_extra_mode_normal-->
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:id="@+id/home_manager_extra_mode_value"
|
android:id="@+id/home_manager_extra_mode_value"
|
||||||
style="@style/W.Home.Extra.Value"
|
style="@style/W.Home.Extra.Value"
|
||||||
|
android:text="@{InfoKt.isRunningAsStub ? @string/home_extra_mode_stub : @string/home_extra_mode_normal}"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/home_manager_extra_mode_title"
|
app:layout_constraintBottom_toBottomOf="@+id/home_manager_extra_mode_title"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/home_manager_extra_mode_title"
|
app:layout_constraintStart_toEndOf="@+id/home_manager_extra_mode_title"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user