Files
android_translation_layer/src/api-impl/com/htc/util/htcresutil/resutil.java
Mis012 ffb2855a05 api-impl: add misc stuff needed by Teeter
note that Teeter still needs more stuff before it will work
2023-07-25 14:29:50 +02:00

11 lines
255 B
Java

package com.htc.util.htcresutil;
/*
* This file only exists so that HTC-exclusive apps think they are running on an HTC device.
* At least teeter checks for this class in order to determine if it should refuse to launch.
*/
public class resutil {
}