Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff --git step/02app/src/main/AndroidManifest.xml step/03app/src/main/AndroidManifest.xml
  2. index 2d328a8..62778b9 100644
  3. --- step/02app/src/main/AndroidManifest.xml
  4. +++ step/03app/src/main/AndroidManifest.xml
  5. @@ -22,6 +22,11 @@
  6. <category android:name="android.intent.category.LAUNCHER"/>
  7. </intent-filter>
  8. </activity>
  9. + <activity
  10. + android:name=".FlutterEmbeddingActivity"
  11. + android:label="@string/app_name"
  12. + android:theme="@style/AppTheme.NoActionBar">
  13. + </activity>
  14. </application>
  15.  
  16. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement