You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minmicrog/conf/dummy-defconf.txt

69 lines
556 B

# Config
variant=""
ver="";
verc=""
date="";
minsdk=;
modprop="id=MinMicroG
name=
version=$ver
versionCode=$verc
author=
description=
support=
donate=
minMagisk=
";
stuff="
";
stuff_arch="
";
stuff_sdk="
";
stuff_arch_sdk="
";
stuff_uninstall="$stuff $stuff_arch $stuff_sdk $stuff_arch_sdk $initdfile $addondfile";
stuff_debloat="
";
stuff_perm="
";
addond="
";
service="
";
pre_install_actions() {
return 0;
}
post_install_actions() {
return 0;
}
pre_uninstall_actions() {
return 0;
}
post_uninstall_actions() {
return 0;
}