UNPKG
@nativescript/google-mobile-ads
Version:
latest (5.0.4)
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
NativeScript Google mobile Ads
github.com/NativeScript/plugins
NativeScript/plugins
@nativescript/google-mobile-ads
/
platforms
/
android
/
AndroidManifest.xml
9 lines
(5 loc)
•
242 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
uses-permission
android:name
=
"android.permission.INTERNET"
/>
<
application
android:hardwareAccelerated
=
"true"
/>
</
manifest
>