代码拉取完成,页面将自动刷新
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hzjc.ksoft.digitalgov"
android:versionCode="1"
android:versionName="1.5.0" >
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="20" />
<application
android:largeHeap="true"
android:name=".ContextHolder"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".TestActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar">
</activity>
<activity
android:name=".LoginActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".home.HomeActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 通知服务 -->
<service android:name=".notice.NoticeService" >
</service>
<!-- WPS相关服务广播 -->
<service android:name="com.hzjc.ksoft.digitalgov.wps.MOfficeClientService" >
<intent-filter>
<action android:name="cn.wps.moffice.client.OfficeServiceClient2" />
</intent-filter>
</service>
<service android:name="com.hzjc.ksoft.digitalgov.wps.AgentMessageService" >
<intent-filter>
<action android:name="cn.wps.moffice.agent.OfficeServiceAgent" >
</action>
<category android:name="com.hzjc.ksoft.digitalgov"/>
</intent-filter>
</service>
<service
android:name="com.hzjc.ksoft.digitalgov.wps.FloatServiceTest"
android:enabled="true"
android:exported="true" >
</service>
<receiver android:name="com.hzjc.ksoft.digitalgov.wps.CloseReceiver" >
<intent-filter>
<!-- <action android:name="cn.wps.moffice.file.close" /> -->
<!-- 该条是就的广播intent-filter,不推荐使用 -->
<action android:name="cn.wps.moffice.broadcast.AfterClosed" />
</intent-filter>
</receiver>
<receiver android:name="com.hzjc.ksoft.digitalgov.wps.SaveReceiver" >
<intent-filter>
<!-- <action android:name="cn.wps.moffice.file.save" /> -->
<!-- 该条是就的广播intent-filter,不推荐使用 -->
<action android:name="cn.wps.moffice.broadcast.AfterSaved" />
</intent-filter>
</receiver>
<receiver android:name="com.hzjc.ksoft.digitalgov.wps.BackKeyReceiver" >
<intent-filter>
<action android:name="com.kingsoft.writer.back.key.down" />
</intent-filter>
</receiver>
<receiver android:name="com.hzjc.ksoft.digitalgov.wps.HomeKeyReceiver" >
<intent-filter>
<action android:name="com.kingsoft.writer.home.key.down" />
</intent-filter>
</receiver>
<!-- 邮箱的主页面 -->
<activity
android:name=".email.EmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 写邮件页面 -->
<activity
android:name=".email.WriteEmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 在草稿中发送邮件页面 -->
<activity
android:name=".email.DraftEmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 查看邮件页面 -->
<activity
android:name=".email.ShowEmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustNothing" >
</activity>
<!-- 邮件回复页面 -->
<activity
android:name=".email.ReplyEmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 邮件转发 -->
<activity
android:name=".email.ForwardEmailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 移动公文首页 -->
<activity
android:name=".official.OfficialActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustNothing" >
</activity>
<!--OA2.0接口的移动公文首页 -->
<activity
android:name=".officialnew.OfficialActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustNothing" >
</activity>
<!-- 再次编辑邮件页面 -->
<activity
android:name=".email.AgainWriteActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 邮件联系页面 -->
<activity
android:name=".email.EmailLinkManActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustNothing" >
</activity>
<!-- 邮件附件页面 -->
<activity
android:name=".email.EmailAffixActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustNothing" >
</activity>
<!-- 交办件 oa 2.0 -->
<activity
android:name=".officialnew.OfficialJiaobjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 外单位来文 -->
<activity
android:name=".official.OfficialWdwlwActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 外单位来文 oa 2.0-->
<activity
android:name=".officialnew.OfficialWdwlwActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 厅内文件 oa 2.0-->
<activity
android:name=".officialnew.OfficialTingnwjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 呈报件 -->
<activity
android:name=".official.OfficialChengbjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 呈报件 -->
<activity
android:name=".officialnew.OfficialChengBjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 厅发文 -->
<activity
android:name=".official.OfficialTingfwActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 厅发文 OA2.0 -->
<activity
android:name=".officialnew.OfficialTingfwActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 传阅文件 -->
<activity
android:name=".official.OfficialChuanyjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 传阅文件 oa2.0 -->
<activity
android:name=".officialnew.OfficialChuanyjActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 电子公告 oa2.0 -->
<activity
android:name=".officialnew.OfficialDzggActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 统计报表详细内容 -->
<activity
android:name=".statistics.StatisticsDetailActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 档案管理搜索界面 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.ArchivesActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 档案管理查询集合界面 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.ArchivesListActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 厅发文基本信息 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.officeinfo.TingfwBaseInfoActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 交办件基本信息 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.officeinfo.JbjBaseInfoActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 建议提案基本信息 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.officeinfo.JytaBaseInfoActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 外单位来文基本信息 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.archives_manager.officeinfo.WdwlwBaseInfoActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 财政百科 -->
<activity
android:name=".baike.activity.BaikeActivity"
android:screenOrientation="landscape"
android:windowSoftInputMode="adjustPan"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 设置页面 -->
<activity
android:name=".setting.SetActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 电子公告主页面 -->
<activity
android:name=".dzgg.DzggNewActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" />
<!-- 电子公告2.0主页面 -->
<activity
android:name="com.hzjc.ksoft.digitalgov.dzggnew.DzggNewActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".dzgg.DzggDetailNewActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 2.0电子公告详情 -->
<activity
android:name=".dzggnew.DzggDetailNewActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustPan" >
</activity>
<!-- 多媒体视频 -->
<activity
android:name=".video.VideoActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="adjustNothing" >
</activity>
<!-- 网络舆情 -->
<activity
android:name=".yuqing.NetActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 移动文件管理 -->
<activity
android:name=".material.MaterialActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 我的资料 -->
<activity
android:name=".disk.DiskActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<!-- 使用手册 -->
<activity
android:name=".helpdoc.HelpDocActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustNothing" >
</activity>
<service
android:name="com.baidu.location.f"
android:enabled="true"
android:permission="android.permission.BAIDU_LOCATION_SERVICE"
android:process=":remote" >
<intent-filter>
<action android:name="com.baidu.location.service_v2.3" >
</action>
</intent-filter>
</service>
<service
android:name="com.hzjc.ksoft.digitalgov.ChangeOrientation.ChangeOrientationService"
android:permission="android.permission.WRITE_SETTINGS" >
</service>
<service
android:name="com.hzjc.ksoft.digitalgov.destory.DestroyService"
android:enabled="true"
android:label="DestroyService" >
<intent-filter>
<action android:name="com.hzjc.ksoft.digitalgov.destory.DestroyService" />
</intent-filter>
</service>
<receiver android:name="com.hzjc.ksoft.digitalgov.receiver.BootBroadcastReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
</application>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- 是否启用数据流量的权限 -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<!-- baidumap -->
<uses-permission android:name="android.permission.INTERNET" >
</uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" >
</uses-permission>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" >
</uses-permission>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" >
</uses-permission>
<uses-permission android:name="android.permission.READ_PHONE_STATE" >
</uses-permission>
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.READ_OWNER_DATA" />
<!-- <uses-permission android:name="android.permission.DELETE_CACHE_FILES" /> -->
<uses-permission android:name="android.permission.WRITE_OWNER_DATA" />
<!-- 开关APN的权限 -->
<!-- <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" /> -->
<!-- 设置的权限 -->
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<!-- 关于window的权限 -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
<uses-permission android:name="android.permission.USE_FINGERPRINT"></uses-permission>
<uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>
</manifest>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。