兼容Android OS 33 edittext 文本对齐
| | |
| | | <Reference Include="System.Numerics.Vectors" /> |
| | | <Reference Include="System.Web.Services" /> |
| | | <Reference Include="System.Net" /> |
| | | <Reference Include="Shared.Droid.HDLWidget"> |
| | | <HintPath>..\DLL\Shared.Droid.HDLWidget.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.Droid.Smartrefresh"> |
| | | <HintPath>..\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath> |
| | | </Reference> |
| | |
| | | <Reference Include="Shared.Droid"> |
| | | <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.Droid.HDLWidget"> |
| | | <HintPath>..\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath> |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Other\JPush\JPushFirmBroadcast.cs" /> |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.5" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202405201"> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.8" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202407121"> |
| | | <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33" /> |
| | | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| | | <uses-permission android:name="android.permission.FLASHLIGHT" /> |
| | |
| | | {"id", DateTime.Now.Ticks.ToString()}, |
| | | {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id}, |
| | | {"userid", UserInfo.Current.ID}, |
| | | {"userAccount", UserInfo.Current.AccountString}, |
| | | {"userName", UserInfo.Current.userName}, |
| | | {"server", DAL.Server.HttpUtil.GlobalRequestHttpsHost}, |
| | | {"message", msg}, |