Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
add support for devices without telephony
Browse files Browse the repository at this point in the history
  • Loading branch information
hundeva committed May 29, 2018
1 parent 662b753 commit f7d2256
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />

<uses-feature
android:name="android.hardware.telephony"
android:required="false" />

<application
android:backupAgent="com.android.launcher3.LauncherBackupAgent"
android:fullBackupOnly="true"
Expand Down

0 comments on commit f7d2256

Please sign in to comment.