|
44 | 44 | <!-- 信鸽需要的组件 begin———————————————————————————————————————————————————————————————————————————— --> |
45 | 45 | <!-- 【必须】 信鸽receiver广播接收 --> |
46 | 46 | <!--<receiver--> |
47 | | - <!--android:name="com.tencent.android.tpush.XGPushReceiver"--> |
48 | | - <!--android:process=":xg_service_v2">--> |
49 | | - <!--<intent-filter android:priority="0x7fffffff">--> |
| 47 | + <!--android:name="com.tencent.android.tpush.XGPushReceiver"--> |
| 48 | + <!--android:process=":xg_service_v2">--> |
| 49 | + <!--<intent-filter android:priority="0x7fffffff">--> |
50 | 50 |
|
51 | | - <!--<!– 【必须】 信鸽SDK的内部广播 –>--> |
52 | | - <!--<action android:name="com.tencent.android.tpush.action.SDK" />--> |
53 | | - <!--<action android:name="com.tencent.android.tpush.action.INTERNAL_PUSH_MESSAGE" />--> |
54 | | - <!--<!– 【必须】 系统广播:网络切换 –>--> |
55 | | - <!--<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />--> |
| 51 | + <!--<!– 【必须】 信鸽SDK的内部广播 –>--> |
| 52 | + <!--<action android:name="com.tencent.android.tpush.action.SDK" />--> |
| 53 | + <!--<action android:name="com.tencent.android.tpush.action.INTERNAL_PUSH_MESSAGE" />--> |
| 54 | + <!--<!– 【必须】 系统广播:网络切换 –>--> |
| 55 | + <!--<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />--> |
56 | 56 |
|
57 | | - <!--<!– 【可选】 系统广播:开屏 –>--> |
58 | | - <!--<action android:name="android.intent.action.USER_PRESENT" />--> |
| 57 | + <!--<!– 【可选】 系统广播:开屏 –>--> |
| 58 | + <!--<action android:name="android.intent.action.USER_PRESENT" />--> |
59 | 59 |
|
60 | | - <!--<!– 【可选】 一些常用的系统广播,增强信鸽service的复活机会,请根据需要选择。当然,你也可以添加APP自定义的一些广播让启动service –>--> |
61 | | - <!--<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />--> |
62 | | - <!--<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />--> |
63 | | - <!--<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />--> |
64 | | - <!--</intent-filter>--> |
65 | | - <!--<!– 【可选】 usb相关的系统广播,增强信鸽service的复活机会,请根据需要添加 –>--> |
66 | | - <!--<intent-filter android:priority="0x7fffffff">--> |
67 | | - <!--<action android:name="android.intent.action.MEDIA_UNMOUNTED" />--> |
68 | | - <!--<action android:name="android.intent.action.MEDIA_REMOVED" />--> |
69 | | - <!--<action android:name="android.intent.action.MEDIA_CHECKING" />--> |
70 | | - <!--<action android:name="android.intent.action.MEDIA_EJECT" />--> |
| 60 | + <!--<!– 【可选】 一些常用的系统广播,增强信鸽service的复活机会,请根据需要选择。当然,你也可以添加APP自定义的一些广播让启动service –>--> |
| 61 | + <!--<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />--> |
| 62 | + <!--<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />--> |
| 63 | + <!--<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />--> |
| 64 | + <!--</intent-filter>--> |
| 65 | + <!--<!– 【可选】 usb相关的系统广播,增强信鸽service的复活机会,请根据需要添加 –>--> |
| 66 | + <!--<intent-filter android:priority="0x7fffffff">--> |
| 67 | + <!--<action android:name="android.intent.action.MEDIA_UNMOUNTED" />--> |
| 68 | + <!--<action android:name="android.intent.action.MEDIA_REMOVED" />--> |
| 69 | + <!--<action android:name="android.intent.action.MEDIA_CHECKING" />--> |
| 70 | + <!--<action android:name="android.intent.action.MEDIA_EJECT" />--> |
71 | 71 |
|
72 | | - <!--<data android:scheme="file" />--> |
73 | | - <!--</intent-filter>--> |
| 72 | + <!--<data android:scheme="file" />--> |
| 73 | + <!--</intent-filter>--> |
74 | 74 | <!--</receiver>--> |
75 | 75 | <!--<!– 【必须】 (2.30及以上版新增)展示通知的activity –>--> |
76 | 76 | <!--<!– 【注意】 如果被打开的activity是启动模式为SingleTop,SingleTask或SingleInstance,请根据通知的异常自查列表第8点处理 –>--> |
77 | 77 | <!--<activity--> |
78 | | - <!--android:name="com.tencent.android.tpush.XGPushActivity"--> |
79 | | - <!--android:exported="true">--> |
80 | | - <!--<intent-filter>--> |
81 | | - <!--<action android:name="android.intent.action" />--> |
82 | | - <!--</intent-filter>--> |
| 78 | + <!--android:name="com.tencent.android.tpush.XGPushActivity"--> |
| 79 | + <!--android:exported="true">--> |
| 80 | + <!--<intent-filter>--> |
| 81 | + <!--<action android:name="android.intent.action" />--> |
| 82 | + <!--</intent-filter>--> |
83 | 83 | <!--</activity>--> |
84 | 84 |
|
85 | 85 | <!-- 【必须】 信鸽service --> |
86 | 86 | <!--<service--> |
87 | | - <!--android:name="com.tencent.android.tpush.service.XGPushService"--> |
88 | | - <!--android:exported="true"--> |
89 | | - <!--android:persistent="true"--> |
90 | | - <!--android:process=":xg_service_v2" />--> |
| 87 | + <!--android:name="com.tencent.android.tpush.service.XGPushService"--> |
| 88 | + <!--android:exported="true"--> |
| 89 | + <!--android:persistent="true"--> |
| 90 | + <!--android:process=":xg_service_v2" />--> |
91 | 91 |
|
92 | 92 | <receiver android:name=".EnterprisePushReceiver"> |
93 | 93 | <intent-filter> |
|
100 | 100 |
|
101 | 101 | <!--<!– 【必须】 通知service,此选项有助于提高抵达率 –>--> |
102 | 102 | <!--<service--> |
103 | | - <!--android:name="com.tencent.android.tpush.rpc.XGRemoteService"--> |
104 | | - <!--android:exported="true">--> |
105 | | - <!--<intent-filter>--> |
106 | | - <!--<action android:name="net.coding.program.enterprise.PUSH_ACTION" />--> |
107 | | - <!--</intent-filter>--> |
| 103 | + <!--android:name="com.tencent.android.tpush.rpc.XGRemoteService"--> |
| 104 | + <!--android:exported="true">--> |
| 105 | + <!--<intent-filter>--> |
| 106 | + <!--<action android:name="net.coding.program.enterprise.PUSH_ACTION" />--> |
| 107 | + <!--</intent-filter>--> |
108 | 108 | <!--</service>--> |
109 | 109 | <!-- 信鸽需要的组件 end ———————————————————————————————————————————————————————————————————————————— --> |
110 | 110 |
|
|
168 | 168 | </intent-filter> |
169 | 169 | </receiver> |
170 | 170 |
|
| 171 | + <activity |
| 172 | + android:name=".login.phone.EnterprisePrivateEmailSetPasswordActivity_" |
| 173 | + android:label="@string/empty" |
| 174 | + android:screenOrientation="portrait" |
| 175 | + android:theme="@style/ActionbarTranslate" /> |
171 | 176 | <activity |
172 | 177 | android:name=".login.phone.EnterpriseEmailSetPasswordActivity_" |
173 | 178 | android:label="@string/empty" |
|
0 commit comments