File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ type ActivityIntentFilter struct {
3030
3131// AppActivity is an activity in an application.
3232type AppActivity struct {
33- Theme androidbinary.String `xml:"http://schemas.android.com/apk/res/android theme,attr"`
34- Name androidbinary.String `xml:"http://schemas.android.com/apk/res/android name,attr"`
35- Label androidbinary.String `xml:"http://schemas.android.com/apk/res/android label,attr"`
36- IntentFilters []ActivityIntentFilter `xml:"intent-filter"`
33+ Theme androidbinary.String `xml:"http://schemas.android.com/apk/res/android theme,attr"`
34+ Name androidbinary.String `xml:"http://schemas.android.com/apk/res/android name,attr"`
35+ Label androidbinary.String `xml:"http://schemas.android.com/apk/res/android label,attr"`
36+ ScreenOrientation androidbinary.String `xml:"http://schemas.android.com/apk/res/android screenOrientation,attr"`
37+ IntentFilters []ActivityIntentFilter `xml:"intent-filter"`
3738}
3839
3940// AppActivityAlias https://developer.android.com/guide/topics/manifest/activity-alias-element
You can’t perform that action at this time.
0 commit comments