File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed
src/main/java/com/sample/pnfpbandroid Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 11{
2-
3- }
2+ "project_info" : {
3+ "project_number" : " 101678953535" ,
4+ "project_id" : " pnfpb-demo2" ,
5+ "storage_bucket" : " pnfpb-demo2.fire.app"
6+ },
7+ "client" : [
8+ {
9+ "client_info" : {
10+ "mobilesdk_app_id" : " 1:101678953535:android:c6a3345345c7e3ddac6c9ca" ,
11+ "android_client_info" : {
12+ "package_name" : " com.pnfpb.demoapp2"
13+ }
14+ },
15+ "oauth_client" : [],
16+ "api_key" : [
17+ {
18+ "current_key" : " AIzaSyAw3436346JKw76JSJjp5fmxgRHVG6Y"
19+ }
20+ ],
21+ "services" : {
22+ "appinvite_service" : {
23+ "other_platform_oauth_client" : []
24+ }
25+ }
26+ }
27+ ],
28+ "configuration_version" : " 1"
29+ }
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ protected void onCreate(Bundle savedInstanceState) {
104104 if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .M ) {
105105 encryptedDataHolder = new EncryptedDataHolder (this );
106106 }
107- encryptedDataHolder .setApiKey ("<Your security key generated from PNFPB plugin under mobile app admin settings tab>" );
107+ //Your security key generated from PNFPB plugin under mobile app admin settings tab
108+ encryptedDataHolder .setApiKey ("4344353432343xfd" );
108109
109110 mywebView =(WebView ) findViewById (R .id .webview );
110111 progressBar = findViewById (R .id .progress );
You can’t perform that action at this time.
0 commit comments