File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ <android xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <manifest android : versionCode =" 1" android : versionName =" 1.0" >
3
+ <application android : label =" Collectiv" android : theme =" @style/Theme.Titanium" >
4
+ <activity android : label =" Collectiv" android : name =" .CollectivActivity" url =" ApplicationLoader.js" android : launchMode =" singleTask" android : alwaysRetainTaskState =" true" >
5
+ <intent-filter >
6
+ <action android : name =" android.intent.action.MAIN" />
7
+ <category android : name =" android.intent.category.LAUNCHER" />
8
+ </intent-filter >
9
+ <intent-filter >
10
+ <data android : scheme =" collectiv" />
11
+ <action android : name =" android.intent.action.VIEW" />
12
+ <category android : name =" android.intent.category.BROWSABLE" />
13
+ <category android : name =" android.intent.category.DEFAULT" />
14
+ </intent-filter >
15
+ </activity >
16
+ </application >
17
+ </manifest >
18
+ </android >
You can’t perform that action at this time.
0 commit comments