File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 99 android : theme =" @style/AppTheme" >
1010 <activity
1111 android : name =" .MainExampleActivity"
12- android : label =" @string/title_activity_example"
13- android : exported =" true" >
12+ android : label =" @string/title_activity_example" >
13+ <intent-filter >
14+ <action android : name =" android.intent.action.MAIN" />
15+ <category android : name =" android.intent.category.LAUNCHER" />
16+ </intent-filter >
1417 </activity >
1518 <activity
1619 android : name =" .EditorExampleActivity" >
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >EditorExample </string >
3- <string name =" title_activity_example" >ExampleActivity </string >
2+ <string name =" app_name" >Editor Example </string >
3+ <string name =" title_activity_example" >Editor Example </string >
44 <string name =" starting_legacy_editor" >Starting legacy editor</string >
55 <string name =" starting_new_editor" >Starting new editor</string >
66
You can’t perform that action at this time.
0 commit comments