This commit is contained in:
2021-09-26 19:54:17 +02:00
parent e63d97be0c
commit e3598cc475
5 changed files with 92 additions and 18 deletions

View File

@@ -698,8 +698,8 @@ public class Miscellaneous extends Service
*/
public static boolean isPhoneRooted()
{
if(true)
return true;
// if(true)
// return true;
// get from build info
String buildTags = Build.TAGS;