Skip to content

Commit 26bbc9f

Browse files
committed
Remove GMA-specific integration test setup.
1 parent c03808d commit 26bbc9f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ump/integration_test/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2424
<uses-permission android:name="android.permission.WAKE_LOCK" />
2525
<application android:label="@string/app_name">
26-
<!-- You may replace the sample App ID below with your own App ID. -->
27-
<meta-data
28-
android:name="com.google.android.gms.ads.APPLICATION_ID"
29-
android:value="ca-app-pub-3940256099942544~3347511713"/>
3026
<activity android:name="android.app.NativeActivity"
3127
android:exported="true"
3228
android:screenOrientation="portrait"

ump/integration_test/Info.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>GADApplicationIdentifier</key>
6-
<string>ca-app-pub-3940256099942544~1458002511</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
97
<key>CFBundleExecutable</key>
@@ -24,8 +22,6 @@
2422
<true/>
2523
<key>UILaunchStoryboardName</key>
2624
<string>LaunchScreen</string>
27-
<key>NSUserTrackingUsageDescription</key>
28-
<string>This identifier will be used to deliver personalized ads to you.</string>
2925
<key>CFBundleURLTypes</key>
3026
<array>
3127
<dict>

0 commit comments

Comments
 (0)