FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
quickstart-cpp/auth/testapp/AndroidManifest.xml at main · fredatgithub/quickstart-cpp · GitHub
fredatgithub
/
quickstart-cpp
Public
forked from
firebase/quickstart-cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
quickstart-cpp
/
auth
/
testapp
/
AndroidManifest.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 1.03 KB
Breadcrumbs
quickstart-cpp
/
auth
/
testapp
/
AndroidManifest.xml
Copy path
File metadata and controls
23 lines (23 loc) · 1.03 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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
manifest
xmlns
:
android
=
"
http://schemas.android.com/apk/res/android
"
package
=
"
com.google.android.auth.testapp
"
android
:
versionCode
=
"
1
"
android
:
versionName
=
"
1.0
"
>
<
uses-permission
android
:
name
=
"
android.permission.INTERNET
"
/>
<
uses-permission
android
:
name
=
"
android.permission.ACCESS_NETWORK_STATE
"
/>
<
uses-permission
android
:
name
=
"
android.permission.WAKE_LOCK
"
/>
<
uses-sdk
android
:
targetSdkVersion
=
"
28
"
/>
<
application
android
:
label
=
"
@string/app_name
"
>
<
activity
android
:
name
=
"
android.app.NativeActivity
"
android:exported =
"
true
"
android
:
screenOrientation
=
"
portrait
"
android
:
configChanges
=
"
orientation|screenSize
"
>
<
meta-data
android
:
name
=
"
android.app.lib_name
"
android
:
value
=
"
android_main
"
/>
<
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