mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-09 02:41:15 +08:00
(*) fixed issue with AndroidManifest.xml
This commit is contained in:
parent
414db5d9cb
commit
e7e35fa4f3
@ -11,6 +11,7 @@
|
||||
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
|
||||
<application
|
||||
@ -30,6 +31,10 @@
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<!-- Mqtt Service -->
|
||||
<service android:name="org.eclipse.paho.android.service.MqttService">
|
||||
</service>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
@ -1,13 +1,7 @@
|
||||
<manifest
|
||||
package="org.eclipse.paho.android.service"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
package="org.eclipse.paho.android.service">
|
||||
|
||||
<application>
|
||||
<!-- Mqtt Service -->
|
||||
<service android:name="org.eclipse.paho.android.service.MqttService">
|
||||
</service>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user