Skip to content

Commit 0f26618

Browse files
author
Emmanuel Garcia
authored
Remove remaining V1 embedding references (flutter#4189)
1 parent e843c03 commit 0f26618

File tree

7 files changed

+4
-88
lines changed

7 files changed

+4
-88
lines changed

packages/battery/battery/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Remove references to the Android v1 embedding.
4+
15
## 2.0.3
26

37
* Update README to point to Plus Plugins version.

packages/battery/battery/example/android/app/src/androidTest/java/io/flutter/plugins/battery/EmbedderV1ActivityTest.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/battery/battery/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
<category android:name="android.intent.category.LAUNCHER"/>
1616
</intent-filter>
1717
</activity>
18-
<activity
19-
android:name=".EmbedderV1Activity"
20-
android:theme="@android:style/Theme.Black.NoTitleBar"
21-
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
22-
android:hardwareAccelerated="true"
23-
android:windowSoftInputMode="adjustResize">
24-
</activity>
2518
<meta-data
2619
android:name="flutterEmbedding"
2720
android:value="2" />

packages/battery/battery/example/android/app/src/main/java/io/flutter/plugins/batteryexample/EmbedderV1Activity.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/package_info/example/android/app/src/androidTest/java/io/flutter/plugins/packageinfoexample/EmbedderV1ActivityTest.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/package_info/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
<category android:name="android.intent.category.LAUNCHER"/>
1515
</intent-filter>
1616
</activity>
17-
<activity android:name=".EmbedderV1Activity"
18-
android:theme="@android:style/Theme.Black.NoTitleBar"
19-
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
20-
android:hardwareAccelerated="true"
21-
android:windowSoftInputMode="adjustResize">
22-
</activity>
2317
<meta-data
2418
android:name="flutterEmbedding"
2519
android:value="2" />

packages/package_info/example/android/app/src/main/java/io/flutter/plugins/packageinfoexample/EmbedderV1Activity.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)