diff --git a/powerbell/build.properties b/powerbell/build.properties index 496d4d8..c41fd01 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed Oct 22 17:45:14 HKT 2025 +#Wed Oct 22 10:25:50 GMT 2025 stageCount=16 libraryProject= baseVersion=15.4 publishVersion=15.4.15 -buildCount=0 +buildCount=1 baseBetaVersion=15.4.16 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java index a274411..6bd6a54 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java @@ -159,7 +159,7 @@ public class MainActivity extends WinBoLLActivity { if (menuItemId == R.id.action_about) { Intent intent = new Intent(this, AboutActivity.class); startActivity(intent); - } else if (menuItemId == R.id.action_battery_reporter) { + } else if (menuItemId == R.id.action_battery_report) { Intent intent = new Intent(); intent.setClass(this, BatteryReportActivity.class); startActivity(intent); diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BatteryReportActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BatteryReportActivity.java index b824260..9e63ea5 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BatteryReportActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/activities/BatteryReportActivity.java @@ -59,7 +59,7 @@ public class BatteryReportActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.activity_batteryreport); + setContentView(R.layout.activity_battery_report); // 初始化包管理工具(仅一次,供后续查询名称使用) mPackageManager = getPackageManager(); diff --git a/powerbell/src/main/res/layout/activity_batteryreport.xml b/powerbell/src/main/res/layout/activity_battery_report.xml similarity index 100% rename from powerbell/src/main/res/layout/activity_batteryreport.xml rename to powerbell/src/main/res/layout/activity_battery_report.xml diff --git a/powerbell/src/main/res/menu/toolbar_main.xml b/powerbell/src/main/res/menu/toolbar_main.xml index 77ba849..5ef6f1b 100644 --- a/powerbell/src/main/res/menu/toolbar_main.xml +++ b/powerbell/src/main/res/menu/toolbar_main.xml @@ -1,8 +1,8 @@