Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <application
  2. android:allowBackup="true"
  3. android:icon="@mipmap/ic_launcher"
  4. android:label="@string/app_name"
  5. android:supportsRtl="true"
  6. android:theme="@style/AppTheme">
  7.  
  8. <receiver android:name=".BlockCallReceiver" android:exported="true">
  9. <intent-filter>
  10. <action android:name="android.intent.action.PHONE_STATE" />
  11. <action android:name="android.intent.action.USER_PRESENT" />
  12. <category android:name="android.intent.category.DEFAULT" />
  13. </intent-filter>
  14. </receiver>
  15.  
  16.  
  17.  
  18. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement