File tree Expand file tree Collapse file tree 5 files changed +21
-12
lines changed Expand file tree Collapse file tree 5 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 236
236
</intent-filter>
237
237
</receiver>-->
238
238
239
+ <receiver android : name =" .NetworkStateReceiver" >
240
+ <intent-filter >
241
+ <action android : name =" android.net.conn.CONNECTIVITY_CHANGE" />
242
+ </intent-filter >
243
+ </receiver >
244
+
239
245
<receiver
240
246
android : name =" com.google.android.gms.gcm.GcmReceiver"
247
+ android : exported =" true"
241
248
android : permission =" com.google.android.c2dm.permission.SEND" >
242
249
<intent-filter >
243
250
<action android : name =" com.google.android.c2dm.intent.RECEIVE" />
247
254
</intent-filter >
248
255
</receiver >
249
256
250
- <receiver android : name =" .NetworkStateReceiver" >
251
- <intent-filter >
252
- <action android : name =" android.net.conn.CONNECTIVITY_CHANGE" />
253
- </intent-filter >
254
- </receiver >
255
-
256
257
<service
257
258
android : name =" .gcm.GcmMessageHandler"
258
259
android : exported =" false" >
268
269
<action android : name =" com.google.android.gms.iid.InstanceID" />
269
270
</intent-filter >
270
271
</service >
271
- <service android : name =" .service.CoordinatesService" />
272
- <service android : name =" .gcm.GCMRegisterService" />
272
+ <service android : exported = " false " android : name =" .service.CoordinatesService" />
273
+ <service android : exported = " false " android : name =" .gcm.GCMRegisterService" />
273
274
274
275
<!-- <service android:name="com.littlefluffytoys.littlefluffylocationlibrary.LocationBroadcastService"/>
275
276
Original file line number Diff line number Diff line change 19
19
<file >file://$MODULE_DIR$/proguard-jackson-2.pro</file >
20
20
<file >file://$MODULE_DIR$/proguard-acra.pro</file >
21
21
<file >file://$MODULE_DIR$/proguard-eventbus.pro</file >
22
+ <file >file://%MODULE_SDK_HOME%/tools/proguard/proguard-android.txt</file >
23
+ <file >file://$MODULE_DIR$/proguard-project.txt</file >
22
24
</proGuardCfgFiles >
23
25
<option name =" UPDATE_PROPERTY_FILES" value =" true" />
24
26
<option name =" COMPILE_CUSTOM_GENERATED_SOURCES" value =" false" />
Original file line number Diff line number Diff line change 30
30
import android .widget .Button ;
31
31
import android .widget .FrameLayout ;
32
32
import android .widget .TextView ;
33
- import com .facebook .AccessToken ;
34
33
import com .facebook .login .LoginManager ;
35
34
import com .getbase .floatingactionbutton .FloatingActionButton ;
36
35
import com .google .android .gms .common .ConnectionResult ;
49
48
import com .opentaxi .models .CoordinatesLight ;
50
49
import com .opentaxi .models .MapRequest ;
51
50
import com .opentaxi .models .NewCRequestDetails ;
52
- import com .opentaxi .models .Users ;
53
51
import com .opentaxi .rest .RestClient ;
54
52
import com .stil .generated .mysql .tables .pojos .Cars ;
55
53
import com .taxibulgaria .enums .SecurityLevel ;
You can’t perform that action at this time.
0 commit comments