FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Android-forensic-timeline/java/AndroidManifest.xml at master · imcom/Android-forensic-timeline · GitHub
imcom
/
Android-forensic-timeline
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
17
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Android-forensic-timeline
/
java
/
AndroidManifest.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (40 loc) · 1.81 KB
Breadcrumbs
Android-forensic-timeline
/
java
/
AndroidManifest.xml
Copy path
File metadata and controls
44 lines (40 loc) · 1.81 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
manifest
xmlns
:
android
=
"
http://schemas.android.com/apk/res/android
"
package
=
"
imcom.forensics
"
android
:
versionCode
=
"
1
"
android
:
versionName
=
"
1.0
"
>
<
uses-sdk
android
:
minSdkVersion
=
"
9
"
android
:
targetSdkVersion
=
"
17
"
/>
<
uses-permission
android
:
name
=
"
android.permission.READ_CONTACTS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.WRITE_EXTERNAL_STORAGE
"
/>
<
uses-permission
android
:
name
=
"
android.permission.READ_LOGS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.READ_SMS
"
/>
<
uses-permission
android
:
name
=
"
com.android.browser.permission.READ_HISTORY_BOOKMARKS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.READ_PHONE_STATE
"
/>
<
uses-permission
android
:
name
=
"
android.permission.GET_TASKS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.ACCESS_NETWORK_STATE
"
/>
<
uses-permission
android
:
name
=
"
android.permission.ACCESS_WIFI_STATE
"
/>
<
uses-permission
android
:
name
=
"
android.permission.GET_ACCOUNTS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.ACCESS_ALL_DOWNLOADS
"
/>
<
uses-permission
android
:
name
=
"
android.permission.INTERNET
"
/>
<
application
android
:
allowBackup
=
"
true
"
android
:
icon
=
"
@drawable/ic_launcher
"
android
:
label
=
"
@string/app_name
"
android
:
theme
=
"
@style/AppTheme
"
>
<
activity
android
:
name
=
"
imcom.forensics.MainActivity
"
android
:
label
=
"
@string/app_name
"
>
<
intent-filter
>
<
action
android
:
name
=
"
android.intent.action.MAIN
"
/>
<
category
android
:
name
=
"
android.intent.category.LAUNCHER
"
/>
</
intent-filter
>
</
activity
>
<
service
android
:
name
=
"
UploadManager
"
android
:
process
=
"
:uploader
"
>
</
service
>
</
application
>
</
manifest
>
Back
|
FazBrowse Home
|
New Git URL