-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtimodule.xml
More file actions
23 lines (23 loc) · 787 Bytes
/
timodule.xml
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<ti:module xmlns:ti="http://ti.appcelerator.org" xmlns:android="http://schemas.android.com/apk/res/android">
<iphone>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<!-- START COUNT.LY PERMISSIONS SECTION-->
<uses-permission android:name="android.permission.INTERNET"/>
<!-- END COUNT.LY PERMISSIONS SECTION-->
<!-- START - Application SECTION -->
<application>
<service android:name="org.openudid.OpenUDID_service">
<intent-filter>
<action android:name="org.openudid.GETUDID" />
</intent-filter>
</service>
</application>
<!-- END - Application SECTION -->
</manifest>
</android>
<mobileweb>
</mobileweb>
</ti:module>