| | |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:exported="true" |
| | | android:label="@string/app_name" |
| | | android:supportsRtl="true"> |
| | | <activity android:name=".activity.HDLLinphoneReverseCallActivity"> |
| | | <activity |
| | | android:name=".activity.HDLLinphoneReverseCallActivity" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity android:name=".activity.HDLLinphoneMonitorActivity" /> |
| | | <activity android:name=".activity.HDLLinphoneIntercomActivity" /> |
| | | <activity |
| | | android:name=".activity.HDLLinphoneMonitorActivity" |
| | | android:exported="true" /> |
| | | <activity |
| | | android:name=".activity.HDLLinphoneIntercomActivity" |
| | | android:exported="true" /> |
| | | <service |
| | | android:name=".core.service.HDLLinphoneService" |
| | | android:exported="true" /> |
| | | |
| | | <service android:name=".core.service.HDLLinphoneService" /> |
| | | <receiver |
| | | android:name=".receiver.CallBroadcastReceiver" |
| | | android:enabled="true" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="com.hdl.homepro.call.action" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | </application> |
| | | |
| | | </manifest> |