File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/AndroidClient/androidchat/src/main Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1414 android : supportsRtl =" true"
1515 android : theme =" @style/AppTheme" >
1616
17+ <activity android : name =" .MainActivity" >
18+ </activity >
19+
1720 <activity android : name =" .LoginActivity" >
21+ </activity >
22+
23+ <activity android : name =" .LoginButtonsActivity" >
1824 <intent-filter >
1925 <action android : name =" android.intent.action.MAIN" />
20-
2126 <category android : name =" android.intent.category.LAUNCHER" />
2227 </intent-filter >
2328 </activity >
2429
25- <activity android : name =" .MainActivity" >
26-
27- </activity >
28-
29- <meta-data
30- android : name =" io.fabric.ApiKey"
31- android : value =" b2d318d908fceea66ab422d2d31907d9444b01cc"
32- />
30+ <meta-data android : name =" io.fabric.ApiKey" android : value =" b2d318d908fceea66ab422d2d31907d9444b01cc" />
31+ <meta-data android : name =" com.facebook.sdk.ApplicationId" android : value =" @string/facebook_app_id" />
3332
3433 </application >
3534
You can’t perform that action at this time.
0 commit comments