精简主界面UI
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Dec 08 00:07:16 HKT 2025
|
#Mon Dec 08 06:27:30 GMT 2025
|
||||||
stageCount=3
|
stageCount=3
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.12
|
baseVersion=15.12
|
||||||
publishVersion=15.12.2
|
publishVersion=15.12.2
|
||||||
buildCount=0
|
buildCount=1
|
||||||
baseBetaVersion=15.12.3
|
baseBetaVersion=15.12.3
|
||||||
|
|||||||
@@ -231,14 +231,6 @@ public class MainActivity extends WinBoLLActivity implements IWinBoLLActivity {
|
|||||||
startActivity(new Intent(MainActivity.this, LocationActivity.class));
|
startActivity(new Intent(MainActivity.this, LocationActivity.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 跳转至“日志页(LogActivity)”(按钮点击触发,需在布局中设置 android:onClick="onLog")
|
|
||||||
* 无服务状态限制,直接跳转
|
|
||||||
*/
|
|
||||||
public void onLog(View view) {
|
|
||||||
WinBoLLActivityManager.getInstance().startLogActivity(this); // 调用LogActivity静态方法跳转(保留原逻辑)
|
|
||||||
}
|
|
||||||
|
|
||||||
// ---------------------- 新增:位置权限处理(适配Java7 + 后台GPS权限) ----------------------
|
// ---------------------- 新增:位置权限处理(适配Java7 + 后台GPS权限) ----------------------
|
||||||
/**
|
/**
|
||||||
* 检查是否拥有「前台+后台」位置权限(适配Android版本差异)
|
* 检查是否拥有「前台+后台」位置权限(适配Android版本差异)
|
||||||
|
|||||||
@@ -33,13 +33,6 @@
|
|||||||
android:text="位置与任务管理"
|
android:text="位置与任务管理"
|
||||||
android:id="@+id/btn_manage_positions"/>
|
android:id="@+id/btn_manage_positions"/>
|
||||||
|
|
||||||
<Button
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_margin="16dp"
|
|
||||||
android:onClick="onLog"
|
|
||||||
android:text="查看应用日志"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<cc.winboll.studio.libaes.views.ADsBannerView
|
<cc.winboll.studio.libaes.views.ADsBannerView
|
||||||
|
|||||||
Reference in New Issue
Block a user