mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Use noHistory attribute for SuRequestActivity
This commit is contained in:
@ -94,7 +94,6 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|
||||
"""
|
||||
|<receiver
|
||||
| android:name="%s"
|
||||
| android:directBootAware="true"
|
||||
| android:exported="false">
|
||||
| <intent-filter>
|
||||
| <action android:name="android.intent.action.LOCALE_CHANGED" />
|
||||
@ -127,10 +126,7 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|
||||
|<activity
|
||||
| android:name="%s"
|
||||
| android:directBootAware="true"
|
||||
| android:excludeFromRecents="true"
|
||||
| android:exported="false"
|
||||
| android:taskAffinity=""
|
||||
| tools:ignore="AppLinkUrlError">
|
||||
| android:exported="false">
|
||||
| <intent-filter>
|
||||
| <action android:name="android.intent.action.VIEW"/>
|
||||
| <category android:name="android.intent.category.DEFAULT"/>
|
||||
|
Reference in New Issue
Block a user