]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
move DB access routines to the application class
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 25d55d22db07031953713739ce0a024708c95cb1..35f374754739d2361dd093aa6da5a953f0a20d56 100644 (file)
@@ -20,7 +20,7 @@
     <uses-permission android:name="android.permission.INTERNET" />
 
     <application
-        android:name=".MobileLedgerApplication"
+        android:name=".App"
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_descriptor"
         android:icon="@drawable/app_icon"