FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BLE_Debugger_Android/AndroidManifest.xml at master · Sleepsleep/BLE_Debugger_Android · GitHub
Sleepsleep
/
BLE_Debugger_Android
Public
forked from
huangshuwen/BLE_Debugger_Android
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
BLE_Debugger_Android
/
AndroidManifest.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (25 loc) · 1.02 KB
Breadcrumbs
BLE_Debugger_Android
/
AndroidManifest.xml
Copy path
File metadata and controls
31 lines (25 loc) · 1.02 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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
manifest
xmlns
:
android
=
"
http://schemas.android.com/apk/res/android
"
package
=
"
com.juma.helper
"
android
:
versionCode
=
"
5
"
android
:
versionName
=
"
5.1
"
>
<
uses-sdk
android
:
minSdkVersion
=
"
18
"
/>
<
uses-permission
android
:
name
=
"
android.permission.BLUETOOTH
"
/>
<
uses-permission
android
:
name
=
"
android.permission.BLUETOOTH_ADMIN
"
/>
<
application
android
:
allowBackup
=
"
true
"
android
:
icon
=
"
@drawable/ic_launcher
"
android
:
label
=
"
@string/app_name
"
>
<
activity
android
:
name
=
"
com.juma.helper.MainActivity
"
android
:
configChanges
=
"
keyboardHidden|orientation|screenSize
"
android
:
screenOrientation
=
"
portrait
"
android
:
label
=
"
@string/app_name
"
>
<
intent-filter
>
<
action
android
:
name
=
"
android.intent.action.MAIN
"
/>
<
category
android
:
name
=
"
android.intent.category.LAUNCHER
"
/>
</
intent-filter
>
</
activity
>
</
application
>
</
manifest
>
Back
|
FazBrowse Home
|
New Git URL