diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-17 22:55:45 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2015-01-04 14:53:58 +0100 |
commit | f48bd5faa01c191f355fd5ebdc2e98f0579b591f (patch) | |
tree | 127b417d7bd8d990370a222701b8194aba6ad427 /app/src/main/AndroidManifest.xml | |
parent | 33689cefc7a429e4f51607a013f6adc9c01ede94 (diff) |
git tasks refactoring (clone working)
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4a124c94..cc21dc54 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> - <activity android:name=".git.GitHandler" + <activity android:name=".git.GitActivity" android:parentActivityName=".PasswordStore"> <meta-data android:name="android.PARENT_ACTIVITY1" android:value="com.zeapo.pwdstore.PasswordStore" /> |