app/src/main/AndroidManifest.xml
@@ -31,6 +31,16 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <!-- H264编码服务 --> <service android:name=".h264.H264EncodeService" android:enabled="true" android:exported="true"> <intent-filter> <action android:name="com.anyun.h264.H264EncodeService" /> </intent-filter> </service> </application> </manifest>