File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ type ActivityIntentFilter struct {
30
30
31
31
// AppActivity is an activity in an application.
32
32
type 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"`
37
38
}
38
39
39
40
// AppActivityAlias https://developer.android.com/guide/topics/manifest/activity-alias-element
You can’t perform that action at this time.
0 commit comments