Skip to content

Commit f3fc71b

Browse files
committed
UPDATA
1 parent 4d47865 commit f3fc71b

10 files changed

+90
-0
lines changed

Assets/Plugins/Android/OneWaySDK-jar.meta

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This Google Mobile Ads plugin library manifest will get merged with your
4+
application's manifest, adding the necessary activity and permissions
5+
required for displaying ads.
6+
-->
7+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
8+
package="mobi.oneway.sdk"
9+
android:versionName="1.0"
10+
android:versionCode="1">
11+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
12+
<uses-permission android:name="android.permission.INTERNET" />
13+
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
14+
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
15+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
16+
<application>
17+
<activity
18+
android:name="mobi.oneway.sdk.AdShowActivity"
19+
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
20+
android:hardwareAccelerated="true"
21+
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
22+
</application>
23+
</manifest>

Assets/Plugins/Android/OneWaySDK-jar/AndroidManifest.xml.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Android/OneWaySDK-jar/libs.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.25 KB
Binary file not shown.

Assets/Plugins/Android/OneWaySDK-jar/libs/OneWaySdkPlugin.jar.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target=android-19
2+
android.library=true

Assets/Plugins/Android/OneWaySDK-jar/project.properties.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)