mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Separate stub Magisk Manager to a module
This commit is contained in:
7
shared/src/main/java/a/p.java
Normal file
7
shared/src/main/java/a/p.java
Normal file
@ -0,0 +1,7 @@
|
||||
package a;
|
||||
|
||||
import com.topjohnwu.magisk.utils.FileProvider;
|
||||
|
||||
public class p extends FileProvider {
|
||||
/* Stub */
|
||||
}
|
Reference in New Issue
Block a user