-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathAndroidManifest.xml
More file actions
178 lines (178 loc) · 13.7 KB
/
AndroidManifest.xml
File metadata and controls
178 lines (178 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?xml version="1.0" encoding="utf-8"?>
<manifest android:sharedUserId="android.uid.system" android:versionCode="1210103787" android:versionName="5r13787FV03" package="com.sec.android.app.snotebook"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="16" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.ACCOUNT_MANAGER" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application android:theme="@style/CustomTheme" android:label="@string/app_name" android:icon="@drawable/launcher" android:name="com.infraware.SNote" android:persistent="true" android:debuggable="false" android:hardwareAccelerated="true" android:largeHeap="true">
<meta-data android:name="android.nfc.disable_beam_default" android:value="true" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileListActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileSyncActivity" android:screenOrientation="sensorLandscape" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:hardwareAccelerated="true" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.FmFileTreeListActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SNOTE_GET_CONTENTS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SNOTE_PICK" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SNOTE_CREAT_TEMPLATE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.infraware.note.UxNotePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.note.UxNoteActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize|fontScale" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" android:hardwareAccelerated="false" />
<uses-library android:name="com.google.android.maps" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.common.helper.UiMapviewActivity" android:configChanges="locale|orientation|screenSize" android:hardwareAccelerated="true" />
<activity android:theme="@style/SNote.Theme.Transparent" android:icon="@drawable/launcher" android:name="com.infraware.note.UxInboundLauncherActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:hardwareAccelerated="true">
<intent-filter android:label="S Note">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/snb" />
</intent-filter>
<intent-filter android:label="S Note">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" android:scheme="file" android:host="*" android:pathPattern=".*\\.snb" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.snote.launchbyshortcut" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/jpeg" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/png" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
<data android:mimeType="video/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.snote.FACEBOOK_SERVICE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VOICETALK_VIEW_SMEMO" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.infraware.note.UiPageEditorActivity" />
<activity android:name="com.infraware.note.UiPagePickerActivity" />
<activity android:name="com.infraware.note.UiInternalPagePickerActivity" />
<activity android:name="com.infraware.uxcontrol.uicontrol.UiSmemoSelectActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.filemanager.search.FmSearchresultActivity" android:launchMode="singleTop" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" android:windowSoftInputMode="stateUnspecified|adjustUnspecified" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.infraware.common.helper.EvPreOpenHelperActivity" android:configChanges="locale|keyboard|keyboardHidden|orientation|uiMode|screenSize" />
<activity android:name="com.infraware.note.UiExternalPagePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize" />
<activity android:theme="@style/CustomTheme" android:icon="@drawable/launcher" android:name="com.infraware.note.UiSettingsActivity" android:hardwareAccelerated="true" />
<activity android:name="com.infraware.uxcontrol.uicontrol.UiClipArtDialogFragmentActivity" />
<activity android:name="com.infraware.uxcontrol.uicontrol.UiShapeDialogFragmentActivity" />
<activity android:theme="@android:style/Theme.DeviceDefault" android:icon="@drawable/launcher" android:name="com.infraware.note.UiAddTagActivity" android:configChanges="locale|orientation|screenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
<service android:name="com.infraware.filemanager.webstorage.google.WSGoogleServiceSNote" android:exported="false">
<intent-filter>
<action android:name="com.sec.android.app.snotebook.WS_GOOGLE" />
</intent-filter>
</service>
<service android:name="com.infraware.filemanager.webstorage.evernote.WSEvernoteServiceSNote" android:exported="false">
<intent-filter>
<action android:name="com.sec.android.app.snotebook.WS_EVERNOTE" />
</intent-filter>
</service>
<activity android:icon="@drawable/launcher" android:name="com.infraware.uxcontrol.uicontrol.tutorial.Tutorial" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.diotek.update.LanguageUpdateActivity" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiFavoriteSearchResultActivity" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiFavoritesDialogActivity" />
<activity android:icon="@drawable/launcher" android:name="com.infraware.note.UiTagSearchListActivity" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.infraware.uxcontrol.uicontrol.UiImageFilterDialogFragment" />
<receiver android:name="com.infraware.receiver.SignOutReceiver">
<intent-filter>
<action android:name="android.intent.action.SAMSUNGACCOUNT_SIGNOUT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name="com.infraware.widget.SNoteWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/snote_widget_info" />
</receiver>
<service android:name="com.infraware.widget.SNoteTemplateWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS" android:exported="false" />
<service android:name="com.infraware.widget.SNoteNoteWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS" android:exported="false" />
<receiver android:name="com.infraware.common.ReceiverClipboard">
<intent-filter>
<action android:name="android.intent.action.CLIPBOARD_TO_MEMO_INSERT" />
<action android:name="android.intent.action.SMEMO_TO_SNOTE" />
<action android:name="com.sec.android.app.snotebook.MAKE_NEW_NOTE" />
</intent-filter>
</receiver>
<receiver android:label="@string/widget3_name" android:name="com.infraware.widget.SNoteWidgetProvider3">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.intent.action.SNOTE_UPDATE_LOCK_INFO" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/snote_widget3_info" />
<meta-data android:name="com.sec.android.appwidget.widgetinfo" android:resource="@xml/snote_widget3_metadata" />
</receiver>
<service android:name="com.infraware.widget.SNoteWidgetProvider3$SNoteWidgetService" android:exported="false" android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.infraware.widget.Widget3NotePickerActivity" android:configChanges="locale|orientation|uiMode|screenSize">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<service android:name="com.infraware.service.SNoteUtilService" android:exported="false">
<intent-filter>
<action android:name="com.infraware.snoteutil.FILE" />
</intent-filter>
</service>
<receiver android:name="com.infraware.note.SNoteScrapbookProbider">
<intent-filter>
<action android:name="android.intent.action.ADD_SCRAPBOOK" />
<data android:mimeType="image/jpeg" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.ADD_SCRAPBOOK" />
<data android:mimeType="image/png" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.ADD_SCRAPBOOK" />
<data android:mimeType="text/plain" />
</intent-filter>
</receiver>
<receiver android:name="com.infraware.common.ReceiverBootComplete">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</receiver>
</application>
</manifest>