Skip to content

Commit ef2ffd9

Browse files
committed
Register Rootd system customizer activity
1 parent 9cdaefb commit ef2ffd9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lsposed-helper/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
</intent-filter>
6767
</activity>
6868

69+
<activity
70+
android:name=".RootdSystemCustomizerActivity"
71+
android:exported="false" />
72+
6973
<activity
7074
android:name=".MainActivity"
7175
android:exported="false" />

0 commit comments

Comments
 (0)