Advertisement
Guest User

Untitled

a guest
May 5th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <receiver
  2. android:name=".AlarmAdminReceiver"
  3. android:permission="android.permission.BIND_DEVICE_ADMIN" >
  4. <meta-data
  5. android:name="device_admin"
  6. android:resource="@xml/device_admin" />
  7.  
  8. <intent-filter>
  9. <action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />
  10. </intent-filter>
  11. </receiver>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement