导航菜单

页面标题

页面副标题

xDrip+ v04633772025.07.16 - InstallPebbleTrendClayWatchFace.java 源代码

正在查看: xDrip+ v04633772025.07.16 应用的 InstallPebbleTrendClayWatchFace.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.eveningoutpost.dexdrip.utilitymodels.pebble.watchface;

import java.io.InputStream;

public class InstallPebbleTrendClayWatchFace extends InstallPebbleWatchFace {
    private static String TAG = "InstallPebbleTrendWatchFace";

    @Override
    protected String getOutputFilename() {
        return "xDrip-plus-pebble-clay-auto-install.pbw";
    }

    @Override
    protected String getTag() {
        return TAG;
    }

    @Override
    protected InputStream openRawResource() {
        return getResources().openRawResource(2131689973);
    }
}