You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
11 lines
346 B
XML
11 lines
346 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/force_reload"
|
|
android:icon="@drawable/ic_refresh"
|
|
android:title="@string/force_reload"
|
|
app:showAsAction="always"/>
|
|
|
|
</menu> |